# 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 = "2021" name = "bustle" version = "0.5.1" authors = ["Jon Gjengset "] description = "Benchmarking harness for concurrent key-value collections" readme = "README.md" keywords = [ "concurrent", "benchmark", "harness", ] categories = [ "concurrency", "development-tools::profiling", "development-tools::testing", ] license = "Apache-2.0" repository = "https://github.com/jonhoo/bustle.git" [[bench]] name = "arc_mutex_std" harness = false [[bench]] name = "arc_rwlock_std" harness = false [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.scopeguard] version = "1" [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dev-dependencies.num_cpus] version = "1" [dev-dependencies.tracing-subscriber] version = "0.3.8"