[dependencies.ahash]
features = []
optional = true
version = "0.7.6"
[dev-dependencies.quickcheck]
version = "1"
[dev-dependencies.rand]
version = "0.8.4"
[features]
alloc = []
default = ["std"]
std = []
[package]
authors = ["Jesse A. Tov <jesse.tov@gmail.com>"]
description = "Weak hash maps and sets"
edition = "2018"
keywords = ["containers", "Rc", "Arc", "weak", "no_std"]
license = "MIT"
name = "weak-table"
readme = "README.md"
repository = "https://github.com/tov/weak-table-rs"
version = "0.3.2"