# 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 = "zerg" version = "0.0.4" authors = ["Rodrigo Navarro "] description = "HTTP throughput benchmarking library" license = "MIT" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "client", "http1", "runtime", ] [dependencies.rand] version = "0.8" [dependencies.serde_json] version = "1" [dependencies.tdigest] version = "0.2.3" [dependencies.tokio] version = "1" features = [ "io-util", "net", "rt-multi-thread", ] [dependencies.tower] version = "0.4.8" features = ["util"]