[dependencies]
fnv = "*"
[dev-dependencies]
rand = "*"
[features]
bench = []
default = []
[lib]
name = "simplemap"
path = "src/lib.rs"
[package]
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "Simple map with default value and compacting."
documentation = "https://dpc.github.io/simplemap-rs/"
homepage = "https://github.com/dpc/simplemap-rs"
keywords = ["data", "map", "default", "compact"]
license = "MPL-2.0"
name = "dpc-simplemap"
readme = "README.md"
repository = "https://github.com/dpc/simplemap-rs"
version = "0.1.0"