# 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 = "anymap" version = "1.0.0-beta.2" authors = ["Chris Morgan "] include = [ "/README.md", "/COPYING", "/CHANGELOG.md", "/src", ] description = "A safe and convenient store for one value of each type" 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/chris-morgan/anymap" [package.metadata.docs.rs] all-features = true [dependencies.hashbrown] version = ">=0.1.1, <0.13" optional = true [features] default = ["std"] std = []