# 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 = "hload" version = "1.0.3" build = false include = [ "src/main.rs", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple HTTP load testing tool that mimics portions of cURL's CLI.." homepage = "https://github.com/Vonr/hload" readme = "README.md" keywords = [ "http", "cli", ] license = "MIT" repository = "https://github.com/Vonr/hload" [package.metadata.binstall] bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }" disabled-strategies = [ "quick-install", "compile", ] pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }{ archive-suffix }" [package.metadata.binstall.overrides.x86_64-pc-windows-gnu] pkg-fmt = "zip" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] pkg-fmt = "zip" [profile.release] opt-level = 3 lto = "thin" debug = 0 strip = "symbols" [[bin]] name = "hload" path = "src/main.rs" [dependencies.async-scoped] version = "0.9" features = [ "tokio", "use-tokio", ] [dependencies.clap] version = "4" features = ["derive"] [dependencies.futures-buffered] version = "0.2" [dependencies.futures-util] version = "0.3" [dependencies.humantime] version = "2" [dependencies.parking_lot] version = "0.12" [dependencies.quantiles] version = "0.7" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "http2", "macos-system-configuration", "hickory-dns", "stream", ] default-features = false [dependencies.spdlog-rs] version = "0.3" features = ["multi-thread"] [dependencies.tokio] version = "1" features = ["rt-multi-thread"]