# 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 = "2018" name = "cmap" version = "0.3.0" authors = ["prataprc "] description = "Concurrent multi-writer hash-map using trie" documentation = "https://docs.rs/cmap" readme = "README.md" keywords = ["concurrent", "lockless", "map", "data-structures"] categories = ["algorithms", "database", "data-structure"] license = "MIT" repository = "https://github.com/bnclabs/cmap" [profile.bench] debug = true [profile.release] debug = true [[bin]] name = "perf" required-features = ["perf"] [dependencies.dashmap] version = "4.0.2" optional = true [dependencies.fasthash] version = "0.4.0" [dependencies.flurry] version = "0.3.1" optional = true [dependencies.rand] version = "0.7.3" features = ["small_rng"] optional = true [dependencies.structopt] version = "0.3.20" optional = true default-features = false [dev-dependencies.arbitrary] version = "0.4.7" features = ["derive"] [dev-dependencies.dashmap] version = "4.0.2" [dev-dependencies.rand] version = "0.7.3" features = ["small_rng"] [features] compact = [] perf = ["structopt", "rand", "dashmap", "flurry"]