# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ccl" version = "5.1.5" authors = ["acrimon "] 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" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/pwnies-0.0.14/pwnies.html"] [dependencies.ccl-crossbeam-epoch] version = "0.7.4" [dependencies.futures-preview] version = "=0.3.0-alpha.18" [dependencies.hashbrown] version = "0.6.0" [dependencies.num_cpus] version = "1.10.1" [dependencies.owning_ref] version = "0.4.0" [dependencies.parking_lot] version = "0.9.0" features = ["owning_ref"] [dependencies.rand] version = "0.7.0" [dependencies.seahash] version = "3.0.6" [dependencies.slab] version = "0.4.2" [dependencies.stable_deref_trait] version = "1.1.1" [dev-dependencies.rayon] version = "1.1.0" [features] nightly = ["parking_lot/nightly", "hashbrown/nightly", "ccl-crossbeam-epoch/nightly"]