# 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 = "heel-gun" version = "0.1.1" authors = ["Eduardo Pinho "] exclude = ["resources/*", "heel-gun.d.ts"] description = "A tool for testing an HTTP server's robustness to arbitrary requests" readme = "README.md" keywords = ["cli", "http", "async", "testing"] categories = ["command-line-utilities", "network-programming"] license = "Apache-2.0 OR MIT" repository = "https://github.com/Enet4/heel-gun" [dependencies.csv] version = "1.0.5" [dependencies.env_logger] version = "0.6.1" [dependencies.failure] version = "0.1.5" [dependencies.futures] version = "0.1.25" [dependencies.http] version = "0.1.16" [dependencies.hyper] version = "0.12.25" [dependencies.itertools] version = "0.8.0" [dependencies.log] version = "0.4.6" [dependencies.rand] version = "0.6.5" [dependencies.rand_pcg] version = "0.1.2" [dependencies.serde] version = "1.0.89" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.39" [dependencies.serde_yaml] version = "0.8.8" [dependencies.structopt] version = "0.2.15" [dependencies.tokio] version = "0.1.16" [dependencies.tokio-fs] version = "0.1.6" [dependencies.tokio-io] version = "0.1.12" [badges.travis-ci] branch = "master" repository = "Enet4/heel-gun"