[dependencies.ahash]
version = "0.2.13"
[dependencies.futures-preview]
version = "=0.3.0-alpha.19"
[dependencies.hashbrown]
version = "0.6.0"
[dependencies.num_cpus]
version = "1.10.1"
[dependencies.owning_ref]
version = "0.4.0"
[dependencies.parking_lot]
features = ["owning_ref"]
version = "0.9.0"
[dependencies.slab]
version = "0.4.2"
[dependencies.stable_deref_trait]
version = "1.1.1"
[features]
nightly = ["parking_lot/nightly", "hashbrown/nightly"]
[package]
authors = ["acrimon <joel.wejdenstal@gmail.com>"]
categories = ["concurrency", "algorithms", "data-structures"]
description = "Extremely fast concurrent map."
documentation = "https://docs.rs/dashmap"
edition = "2018"
homepage = "https://gitlab.nebulanet.cc/xacrimon/dashmap"
keywords = ["atomic", "concurrent", "hashmap"]
license = "MIT"
name = "dashmap"
readme = "README.md"
repository = "https://gitlab.nebulanet.cc/xacrimon/dashmap"
version = "1.1.0"