# 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 = "hb" version = "0.0.13" authors = ["Takeru Ohta "] description = "HTTP Benchmark Tool" homepage = "https://github.com/sile/hb" readme = "README.md" license = "MIT" repository = "https://github.com/sile/hb" [dependencies.clap] version = "2" [dependencies.fibers] version = "0.1" [dependencies.fibers_http_client] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.httpcodec] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serdeconv] version = "0.3" [dependencies.slog] version = "2" [dependencies.sloggers] version = "0.3" [dependencies.trackable] version = "0.2" features = ["serialize"] [dependencies.url] version = "1" [dependencies.url_serde] version = "0.2" [badges.codecov] repository = "sile/hb" [badges.travis-ci] repository = "sile/hb"