[dependencies.arbitrary]
optional = true
version = "1.3.0"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.crossbeam-utils]
version = "0.8"
[dependencies.hashbrown]
default-features = false
features = ["raw"]
version = "0.14.0"
[dependencies.lock_api]
version = "0.4.10"
[dependencies.once_cell]
version = "1.18.0"
[dependencies.parking_lot_core]
version = "0.9.8"
[dependencies.rayon]
optional = true
version = "1.7.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.188"
[dependencies.typesize]
default-features = false
optional = true
version = "0.1.8"
[features]
inline = ["hashbrown/inline-more"]
raw-api = []
typesize = ["dep:typesize"]
[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"
rust-version = "1.65"
version = "6.1.0"
[package.metadata.docs.rs]
features = ["rayon", "raw-api", "serde"]