[dependencies.clippy]
optional = true
version = "*"
[dev-dependencies]
quickcheck = "^0.2.24"
rand = "0.3"
[features]
default = []
[package]
authors = ["Emily A. Bellows <emily.a.bellows@gmail.com>"]
description = "Purely functional hash array mapped tries."
documentation = "http://rainbowbismuth.github.io/rustdoc/hamt/"
homepage = "https://github.com/rainbowbismuth/hamt-rs"
license = "MIT/Apache-2.0"
name = "hamt"
readme = "README.md"
repository = "https://github.com/rainbowbismuth/hamt-rs"
version = "0.2.0"