X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/94d06205fc902456ab6b6be800f18d96977f357a..016d324c51387842a3c9e67bd8c36f08f9496fd9:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index ff8c7ee..dab3c2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anymap" -version = "0.9.12" +version = "0.11.2" 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" @@ -9,3 +9,6 @@ repository = "https://github.com/chris-morgan/anymap" readme = "README.md" keywords = ["container", "data-structure", "map"] license = "MIT/Apache-2.0" + +[features] +bench = []