dashmap 6.2.1

Blazing fast concurrent HashMap for Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
rust-version = "1.65"
name = "dashmap"
version = "6.2.1"
authors = ["Acrimon <joel.wejdenstal@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazing fast concurrent HashMap for Rust."
homepage = "https://github.com/xacrimon/dashmap"
documentation = "https://docs.rs/dashmap"
readme = "README.md"
keywords = [
    "atomic",
    "concurrent",
    "hashmap",
]
categories = [
    "concurrency",
    "algorithms",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/xacrimon/dashmap"

[package.metadata.docs.rs]
features = [
    "rayon",
    "raw-api",
    "serde",
]

[features]
inline = ["hashbrown/inline-more"]
raw-api = []
typesize = ["dep:typesize"]

[lib]
name = "dashmap"
path = "src/lib.rs"

[dependencies.arbitrary]
version = "1.4.2"
optional = true

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.crossbeam-utils]
version = "0.8"

[dependencies.hashbrown]
version = "0.14.5"
features = ["raw"]
default-features = false

[dependencies.lock_api]
version = "0.4.13"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.parking_lot_core]
version = "0.9.11"

[dependencies.rayon]
version = "1.10.0"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.typesize]
version = "0.1.14"
optional = true
default-features = false