X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/d96c4a32aca47f67f08ff857ff66e9d89363d6a6..1374cacb410abd763f5ff6d4644b8f01b2330f3c:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 6c15395..f68b6dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,14 @@ [package] name = "anymap" -version = "0.9.8" +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 = []