clashmap 1.3.0

Sharded hashmap suitable for fast concurrent access
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 = "2021"
rust-version = "1.70"
name = "clashmap"
version = "1.3.0"
authors = [
    "Conrad Ludgate <conradludgate@gmail.com>",
    "Joel Wejdenstål <jwejdenstal@icloud.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sharded hashmap suitable for fast concurrent access"
homepage = "https://github.com/conradludgate/clashmap"
documentation = "https://docs.rs/clashmap"
readme = "README.md"
keywords = [
    "atomic",
    "concurrent",
    "hashmap",
]
categories = [
    "concurrency",
    "algorithms",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/conradludgate/clashmap"

[package.metadata.docs.rs]
features = ["all"]

[features]
all = [
    "raw-api",
    "typesize",
    "serde",
    "rayon",
]
default = []
inline = ["hashbrown/inline-more"]
raw-api = []
rayon = ["dep:rayon"]
serde = ["dep:serde"]
typesize = [
    "dep:typesize",
    "clashcore/typesize",
]

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

[dependencies.clashcore]
version = "1.0.0"

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

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

[dependencies.polonius-the-crab]
version = "0.5.0"

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

[dependencies.replace_with]
version = "0.1.7"

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

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