[dependencies.foldhash]
version = "0.2"
[dependencies.rmp-serde]
version = "1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5"
[dev-dependencies.rand]
version = "0.9"
[dev-dependencies.tempfile]
version = "3"
[[example]]
name = "massmap"
path = "examples/massmap.rs"
[lib]
name = "massmap"
path = "src/lib.rs"
[package]
authors = ["SF-Zhou <sfzhou.scut@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Static hash table that scales via disk-backed expansion to trim memory usage while ensuring each lookup needs exactly one I/O."
edition = "2024"
homepage = "https://github.com/SF-Zhou/massmap"
license = "MIT OR Apache-2.0"
name = "massmap"
readme = "README.md"
repository = "https://github.com/SF-Zhou/massmap"
version = "0.1.5"