X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/c9d196be5f40fb0c6e53c65fa072aea60de8c3f1..ecb4c450602c46b3d66e641a22c54c3903b66187:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 3ac8809..2cd1601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ - [package] - name = "anymap" -version = "0.9.0" +version = "0.10.3" +authors = ["Chris Morgan "] +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" -authors = [ "Chris Morgan " ] -tags = ["data-structures"] - -[[lib]] - -name = "anymap" -path = "src/lib.rs" +keywords = ["container", "data-structure", "map"] +license = "MIT/Apache-2.0" +[features] +nightly = []