X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/326bc69fc2e67aac96246fc8b5307957c0a05e0a..b549457d628fb178f6d700d85800f3ab63482d63:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index ea03050..66eb637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anymap" -version = "0.9.3" +version = "0.12.0" 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 = []