# 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] name = "concache" version = "0.2.1" authors = ["Aditya Saligrama ", "Andrew Shen ", "Jon Gjengset "] description = "A fast, concurrent, shared hash map." homepage = "https://github.com/saligrama/concache" readme = "README.md" keywords = ["map", "lock-free"] categories = ["concurrency", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/saligrama/concache.git" [profile.release] debug = true [[bin]] name = "benchmark" path = "src/bin/benchmark.rs" required-features = ["bench"] [dependencies.chashmap] version = "2.1.0" optional = true [dependencies.clap] version = "2.20.3" optional = true [dependencies.crossbeam] version = "0.3.2" [dependencies.rand] version = "0.5.0" optional = true [dependencies.zipf] version = "4.0.0" optional = true [dev-dependencies.rand] version = "0.5.0" [features] bench = ["clap", "zipf", "chashmap", "rand"] [badges.travis-ci] repository = "saligrama/concache"