66eb637eae2492c6285b453070c17ef76db98db7
[anymap] / Cargo.toml
1 [package]
2 name = "anymap"
3 version = "0.12.0"
4 authors = ["Chris Morgan <me@chrismorgan.info>"]
5 description = "A safe and convenient store for one value of each type"
6 #documentation = "http://www.rust-ci.org/chris-morgan/anymap/doc/anymap/index.html"
7 #homepage = "https://github.com/chris-morgan/anymap"
8 repository = "https://github.com/chris-morgan/anymap"
9 readme = "README.md"
10 keywords = ["container", "data-structure", "map"]
11 license = "MIT/Apache-2.0"
12
13 [features]
14 bench = []