X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/6a2a404af73f1dfc1379c279da2dee702fb900ae..8bc7c76088639ab3a65a642f5d79ce20ef20e2f4:/Cargo.toml?ds=sidebyside diff --git a/Cargo.toml b/Cargo.toml index 351851e..be51bde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,10 @@ [package] name = "anymap" -version = "0.10.1" -authors = ["Chris Morgan "] +version = "0.12.1" +authors = ["Chris Morgan "] +rust-version = "1.34" description = "A safe and convenient store for one value of each type" -#documentation = "http://www.rust-ci.org/chris-morgan/anymap/doc/anymap/index.html" -#homepage = "https://github.com/chris-morgan/anymap" repository = "https://github.com/chris-morgan/anymap" -readme = "README.md" -keywords = ["container", "data-structure", "map"] -license = "MIT/Apache-2.0" - -[features] -clone = [] +keywords = ["container", "any", "map"] +categories = ["rust-patterns", "data-structures"] +license = "BlueOak-1.0.0 OR MIT OR Apache-2.0"