[[bench]]
name = "bench"
path = "benches/bench.rs"
[dependencies.rustc-hash]
default-features = false
version = "1"
[dev-dependencies.lazy_static]
version = "1.4"
[dev-dependencies.rand]
default-features = false
features = ["small_rng"]
version = "0.8"
[features]
allocator_api = []
[lib]
name = "agb_hashmap"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple no_std hashmap implementation intended for use in the `agb` library"
edition = "2021"
license = "MPL-2.0"
name = "agb_hashmap"
readme = false
repository = "https://github.com/agbrs/agb"
version = "0.20.3"