X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/016d324c51387842a3c9e67bd8c36f08f9496fd9..6dab74b72178bb02bd26a8bcaf3cf588997d7800:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index dab3c2d..746399b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,11 @@ [package] name = "anymap" -version = "0.11.2" +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" +documentation = "https://docs.rs/anymap" #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] -bench = []