[dependencies.hashbrown]
optional = true
version = ">=0.1.1, <0.13"
[features]
default = ["std"]
std = []
[package]
authors = ["Chris Morgan <rust@chrismorgan.info>"]
categories = ["rust-patterns", "data-structures", "no-std"]
description = "A safe and convenient store for one value of each type"
edition = "2018"
include = ["/README.md", "/COPYING", "/CHANGELOG.md", "/src"]
keywords = ["container", "any", "map"]
license = "BlueOak-1.0.0 OR MIT OR Apache-2.0"
name = "anymap"
repository = "https://github.com/chris-morgan/anymap"
rust-version = "1.36"
version = "1.0.0-beta.2"
[package.metadata.docs.rs]
all-features = true