[dependencies.arbitrary]
optional = true
version = "1.4.1"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.crossbeam-utils]
version = "0.8"
[dependencies.equivalent]
version = "1.0.1"
[dependencies.hashbrown]
default-features = false
version = "0.15.2"
[dependencies.lock_api]
version = "0.4.12"
[dependencies.parking_lot_core]
version = "0.9.10"
[dependencies.rayon]
optional = true
version = "1.10.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.217"
[dependencies.typesize]
default-features = false
optional = true
version = "0.1.11"
[features]
all = ["raw-api", "typesize", "serde", "rayon", "arbitrary"]
inline-more = ["hashbrown/inline-more"]
raw-api = []
typesize = ["dep:typesize"]
[package]
authors = ["Joel Wejdenstål <jwejdenstal@icloud.com>"]
categories = ["concurrency", "algorithms", "data-structures"]
description = "Blazing fast concurrent HashMap for Rust."
documentation = "https://docs.rs/dashmap"
edition = "2021"
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.70"
version = "7.0.0-rc0"
[package.metadata.docs.rs]
features = ["all"]