[dependencies.cfg-if]
version = "0.1.10"
[dependencies.hashbrown]
optional = true
version = "0.8.0"
[dependencies.num_cpus]
version = "1.13.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.114"
[features]
default = []
no_std = ["hashbrown"]
raw-api = []
[package]
authors = ["Acrimon <joel.wejdenstal@gmail.com>"]
categories = ["concurrency", "algorithms", "data-structures"]
description = "Blazing fast concurrent HashMap for Rust."
documentation = "https://docs.rs/dashmap"
edition = "2018"
homepage = "https://github.com/xacrimon/dashmap"
keywords = ["atomic", "concurrent", "hashmap"]
license = "MIT"
name = "dashmap"
readme = "README.md"
repository = "https://github.com/xacrimon/dashmap"
version = "3.11.6"
[package.metadata.docs.rs]
features = ["raw-api"]
[target."cfg(not(target_arch = \"x86_64\"))".dependencies.ahash]
version = "0.3.8"
[target."cfg(target_arch = \"x86_64\")".dependencies.ahash]
version = "0.4.0"