# 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 = "concurrency-demo-benchmarks" version = "0.0.8" authors = ["xnuter"] publish = true description = "A small utility to benchmark different approaches for building concurrent applications." homepage = "https://github.com/xnuter/concurrency-demo-benchmarks" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/xnuter/concurrency-demo-benchmarks" [[bench]] name = "benchmarks" harness = false [dependencies.clap] version = "3.0.0-beta.1" [dependencies.crossbeam] version = "0.8" [dependencies.humantime] version = "2.0" [dependencies.leaky-bucket] version = "0.8.2" [dependencies.matplotrust] version = "0.1" [dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.criterion] version = "0.3"