Switch from 2015 edition to 2018
[anymap] / Cargo.toml
index 747cba548aa8eb84ec466d2c65e00e815276901e..c1ca92c2396c086acaad40e969a7ca2ca4fb6faa 100644 (file)
@@ -1,14 +1,12 @@
 [package]
 name = "anymap"
-version = "0.10.3"
-authors = ["Chris Morgan <me@chrismorgan.info>"]
+version = "0.12.1"
+authors = ["Chris Morgan <rust@chrismorgan.info>"]
+edition = "2018"
+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]
-unstable = []
+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"]