[package]
edition = "2021"
rust-version = "1.56"
name = "anymap3"
version = "1.1.0"
authors = [
"Olivier 'reivilibre' (fork maintainer) <contact@librepush.net>",
"Chris Morgan (original author) <rust@chrismorgan.info>",
]
build = false
include = [
"/README.md",
"/COPYING",
"/CHANGELOG.md",
"/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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
[features]
default = ["std"]
std = []
[lib]
name = "anymap3"
path = "src/lib.rs"
[dependencies.anymore]
version = "1.0.0"
optional = true
[dependencies.hashbrown]
version = ">=0.1.1, <0.16"
optional = true