X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/1374cacb410abd763f5ff6d4644b8f01b2330f3c..39168419e8a4b1dc2711d9447a4e8c9573edce08:/Cargo.toml?ds=sidebyside diff --git a/Cargo.toml b/Cargo.toml index f68b6dc..c1ca92c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "anymap" version = "0.12.1" -authors = ["Chris Morgan "] +authors = ["Chris Morgan "] +edition = "2018" +rust-version = "1.34" description = "A safe and convenient store for one value of each type" -documentation = "https://docs.rs/anymap" -#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] -bench = [] +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"]