[[bench]]
harness = false
name = "bag"
path = "benches/bag.rs"
[[bench]]
harness = false
name = "hash_cache"
path = "benches/hash_cache.rs"
[[bench]]
harness = false
name = "hash_index"
path = "benches/hash_index.rs"
[[bench]]
harness = false
name = "hash_map"
path = "benches/hash_map.rs"
[[bench]]
harness = false
name = "tree_index"
path = "benches/tree_index.rs"
[dependencies.equivalent]
optional = true
version = "1.0"
[dependencies.loom]
optional = true
version = "0.7"
[dependencies.sdd]
version = "3.0"
[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.proptest]
version = "1.5"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.serde_test]
version = "1.0"
[dev-dependencies.static_assertions]
version = "1.1"
[dev-dependencies.tokio]
features = ["full"]
version = "1.41"
[features]
loom = ["dep:loom", "sdd/loom"]
[lib]
name = "scc"
path = "src/lib.rs"
[package]
authors = ["wvwwvwwv <wvwwvwwv@me.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "caching", "concurrency", "data-structures"]
description = "High performance containers and utilities for concurrent and asynchronous programming"
documentation = "https://docs.rs/scc"
edition = "2021"
keywords = ["async", "cache", "concurrent", "hashmap", "tree"]
license = "Apache-2.0"
name = "scc"
readme = "README.md"
repository = "https://github.com/wvwwvwwv/scalable-concurrent-containers/"
rust-version = "1.65.0"
version = "2.2.5"