be51bde1de9026e373677513d29e8a6e278e8e75
[anymap] / Cargo.toml
1 [package]
2 name = "anymap"
3 version = "0.12.1"
4 authors = ["Chris Morgan <rust@chrismorgan.info>"]
5 rust-version = "1.34"
6 description = "A safe and convenient store for one value of each type"
7 repository = "https://github.com/chris-morgan/anymap"
8 keywords = ["container", "any", "map"]
9 categories = ["rust-patterns", "data-structures"]
10 license = "BlueOak-1.0.0 OR MIT OR Apache-2.0"