# 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 = "benchrs" version = "0.1.10" authors = ["Arkaitz Jimenez "] description = "Apache Benchmark style http bench tool written in async rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/arkaitzj/benchrs" [profile.release] lto = true [dependencies.anyhow] version = "1.0.62" [dependencies.async-channel] version = "1.7.1" [dependencies.async-native-tls] version = "0.4.0" [dependencies.clap] version = "3.2.17" [dependencies.futures] version = "0.3.23" [dependencies.httparse] version = "1.7.1" [dependencies.log] version = "0.4.17" [dependencies.native-tls] version = "0.2.10" [dependencies.num_cpus] version = "1.13.1" [dependencies.simplelog] version = "0.12.0" [dependencies.smol] version = "1.2.5" [dependencies.time] version = "0.3.14" [dependencies.url] version = "2.2.2" [dev-dependencies.flate2] version = "1.0.24" [dev-dependencies.galvanic-test] version = "0.2.0" [dev-dependencies.mktemp] version = "0.4.1"