166549a3fe9b7e2a22bc240fb791a8a16c5ea2cc
[anymap] / Cargo.toml
1 [package]
2 name = "anymap"
3 version = "0.12.1"
4 authors = ["Chris Morgan <me@chrismorgan.info>"]
5 description = "A safe and convenient store for one value of each type"
6 documentation = "https://docs.rs/anymap"
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 = "BlueOak-1.0.0 OR MIT OR Apache-2.0"