# 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 = "goku-bench" version = "1.1.7" authors = ["Joaquin Caro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Goku is an HTTP load testing application written in Rust " readme = "README.md" keywords = [ "performance", "http", "benchmark", "load-testing", "performance-testing", ] license = "MIT" repository = "https://github.com/jcaromiq/goku" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [[bin]] name = "goku" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.ctrlc] version = "3.4.5" [dependencies.futures] version = "0.3.31" [dependencies.hdrhistogram] version = "7.5.4" [dependencies.indicatif] version = "0.17.8" [dependencies.reqwest] version = "0.12.9" features = [ "rustls-tls", "json", "stream", ] default-features = false [dependencies.rustls] version = "0.23.16" features = [ "std", "logging", "std", "tls12", ] default-features = false [dependencies.rustls-pemfile] version = "2.2.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tokio] version = "1.41.0" features = ["full"] [dev-dependencies.pretty_assertions] version = "1.4.1"