X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/036d7b0231a968f1d5ae14df49c5aa670423999e..7866ca8d779805dc3a3134f2d247889a1721633c:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 3ac8809..be51bde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,10 @@ - [package] - name = "anymap" -version = "0.9.0" -readme = "README.md" -authors = [ "Chris Morgan " ] -tags = ["data-structures"] - -[[lib]] - -name = "anymap" -path = "src/lib.rs" - +version = "0.12.1" +authors = ["Chris Morgan "] +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"