Exclude unnecessary files from the package
[anymap] / Cargo.toml
index 2cd16010d2d861d2cd2c6b4d85aa941603458767..5149e8f66509168f1cb33156da7b325a4d771101 100644 (file)
@@ -1,14 +1,11 @@
 [package]
 name = "anymap"
-version = "0.10.3"
-authors = ["Chris Morgan <me@chrismorgan.info>"]
+version = "0.12.1"
+authors = ["Chris Morgan <rust@chrismorgan.info>"]
+rust-version = "1.34"
 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]
-nightly = []
+keywords = ["container", "any", "map"]
+categories = ["rust-patterns", "data-structures"]
+license = "BlueOak-1.0.0 OR MIT OR Apache-2.0"
+exclude = ["test", "benches", ".travis.yml", ".gitignore"]