[dependencies]
[lib]
name = "nanomap"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast small-scale hashmap."
documentation = "https://docs.rs/nanomap"
edition = "2024"
homepage = "https://github.com/owtotwo/nanomap"
keywords = ["hash", "map", "hashmap", "no_std"]
license = "MIT OR Apache-2.0"
name = "nanomap"
readme = "README.md"
repository = "https://github.com/owtotwo/nanomap"
version = "0.0.1"