# 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 = "service-benchmark" version = "0.0.1" authors = ["Eugene Retunsky"] publish = true description = "Benchmarking tool for network services.\n" homepage = "https://github.com/xnuter/service-benchmark" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/xnuter/service-benchmark" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.derive_builder] version = "0.9" [dependencies.histogram] version = "0.6" [dependencies.leaky-bucket] version = "0.7" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.0.0-alpha-1" [dependencies.reqwest] version = "0.10" features = ["rustls-tls"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.mockito] version = "0.27" [dev-dependencies.tokio-test] version = "0.2"