[package]
edition = "2018"
name = "ccl"
version = "4.4.0"
authors = ["acrimon <joel.wejdenstal@gmail.com>"]
description = "Fast datastructures for use in highly concurrent systems."
homepage = "https://gitlab.nebulanet.cc/xacrimon/ccl"
documentation = "https://docs.rs/ccl"
readme = "README.md"
keywords = ["atomic", "concurrent", "map", "parallel", "hashmap"]
categories = ["concurrency", "algorithms", "data-structures"]
license = "MIT"
repository = "https://gitlab.nebulanet.cc/xacrimon/ccl"
[dependencies.ccl-crossbeam-epoch]
version = "0.7.1"
[dependencies.ccl_owning_ref]
version = "0.4.0"
[dependencies.hashbrown]
version = "0.5.0"
[dependencies.num_cpus]
version = "1.10.1"
[dependencies.parking_lot]
version = "0.8.0"
[dependencies.rand]
version = "0.6.5"
[dependencies.seahash]
version = "3.0.6"
[dev-dependencies.rayon]
version = "1.1.0"
[features]
nightly = ["parking_lot/nightly", "hashbrown/nightly", "ccl-crossbeam-epoch/nightly"]