Exclude unnecessary files from the package
[anymap] / Cargo.toml
index fec626350b49800272f8a4584eaf6ea0ef1ef4e7..5149e8f66509168f1cb33156da7b325a4d771101 100644 (file)
@@ -1,14 +1,11 @@
-
 [package]
-
 name = "anymap"
-version = "0.1.0"
-readme = "README.md"
-authors = [ "Chris Morgan <me@chrismorgan.info>" ]
-tags = ["data-structures"]
-
-[[lib]]
-
-name = "anymap"
-path = "src/lib.rs"
-
+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"
+repository = "https://github.com/chris-morgan/anymap"
+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"]