X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/0ad7c307eb377a8149dd0cb519caca1380b4bd6f..bf29e608d91175d0fca2108fd1b5d75596a4a796:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 7393272..b9ce2e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,9 @@ [package] name = "anymap" -version = "0.11.0" -authors = ["Chris Morgan "] +version = "0.12.1" +authors = ["Chris Morgan "] 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] -unstable = [] +keywords = ["container", "any", "map"] +categories = ["rust-patterns", "data-structures"] +license = "BlueOak-1.0.0 OR MIT OR Apache-2.0"