# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.36" name = "anymap3" version = "1.0.1" authors = [ "Olivier 'reivilibre' (fork maintainer) ", "Chris Morgan (original author) ", ] include = [ "/README.md", "/COPYING", "/CHANGELOG.md", "/src", ] description = "A safe and convenient store for one value of each type" readme = "README.md" keywords = [ "container", "any", "map", ] categories = [ "rust-patterns", "data-structures", "no-std", ] license = "BlueOak-1.0.0 OR MIT OR Apache-2.0" repository = "https://github.com/reivilibre/anymap3" [package.metadata.docs.rs] all-features = true [dependencies.hashbrown] version = ">=0.1.1, <0.16" optional = true [features] default = ["std"] std = []