# 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 = "wrk-api-bench" version = "0.0.9" description = "Library to perform HTTP benchmarks using wrk and produce useful performance regression information" homepage = "https://github.com/crisidev/wrk-api-bench-rs" readme = "README.md" keywords = [ "wrk", "benchmark", "profiling", ] categories = ["development-tools::profiling"] license = "Apache-2.0" repository = "https://github.com/crisidev/wrk-api-bench-rs" [dependencies.assert_cmd] version = "2.0" [dependencies.chrono] version = "0.4" features = [ "serde", "clock", "std", ] default-features = false [dependencies.csv] version = "1" [dependencies.derive_builder] version = "0.10" [dependencies.getset] version = "0.1" [dependencies.log] version = "0.4" [dependencies.pretty_assertions] version = "1" [dependencies.prettytable-rs] version = "0.10" [dependencies.rslua] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-serde-json] version = "0.3" [dependencies.url] version = "2" [dev-dependencies.axum] version = "0.4" [dev-dependencies.http] version = "0.2" [dev-dependencies.hyper] version = "0.14" features = ["client"]