[[bench]]
harness = false
name = "benches"
[dependencies.hashbrown]
optional = true
version = "0.14"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "^0.3.6"
[dev-dependencies.hashbrown]
version = "0.14"
[features]
__docs = ["dep:hashbrown"]
default = ["std"]
hashbrown = []
std = []
[lib]
bench = false
[package]
authors = ["jofas <jonas@fc-web.de>"]
description = "Declarative macros for statically initializing collections"
edition = "2018"
homepage = "https://github.com/jofas/map_macro"
keywords = ["macro", "HashMap", "HashSet", "collections", "Vec"]
license = "MIT"
name = "map-macro"
readme = "README.md"
repository = "https://github.com/jofas/map_macro"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "hashbrown"
path = "tests/hashbrown.rs"
required-features = ["hashbrown"]
test = true