# 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 = "moka-cht" version = "0.4.2" authors = ["Gregory Meyer ", "Tatsuya Kawano "] exclude = [".github", ".vscode"] description = "Lock-free resizeable concurrent hash table" documentation = "https://docs.rs/moka-cht/" readme = "README.md" keywords = ["hashmap", "concurrent"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/moka-rs/moka-cht" [[bench]] name = "cht" harness = false [[bench]] name = "mutex" harness = false [dependencies.crossbeam-epoch] version = "^0.8.2" [dependencies.num_cpus] version = "^1.12.0" optional = true [dev-dependencies.criterion] version = "^0.3.1" [dev-dependencies.hashbrown] version = "^0.7.0" [dev-dependencies.lock_api] version = "^0.3.3" [dev-dependencies.num_cpus] version = "^1.12.0" [dev-dependencies.parking_lot] version = "^0.10.0" [features] default = ["num-cpus"] num-cpus = ["num_cpus"]