# 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 = "rewrk" version = "0.3.2" authors = [ "Harrison Burt <57491488+ChillFish8@users.noreply.github.com>", "Programatik ", ] description = "A simple HTTP benchmarking tool" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1" [dependencies.clap] version = "2" [dependencies.colored] version = "2" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "runtime", "client", "http1", "http2", ] [dependencies.native-tls] version = "0.2" features = ["alpn"] [dependencies.pin-project-lite] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "net", "macros", ] [dependencies.tokio-native-tls] version = "0.3" [dependencies.tower] version = "0.4" features = ["util"]