# 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] name = "rench" version = "0.3.0" authors = ["Kevin Choubacha "] description = "A simple http benchmark utility. Written in rust... rust + bench = rench" homepage = "https://github.com/kbacha/rench" readme = "README.md" keywords = ["http", "benchmark", "cli"] categories = ["web-programming", "command-line-utilities", "command-line-interface"] license = "MIT" repository = "https://github.com/kbacha/rench" [dependencies.clap] version = "2.29" [dependencies.futures] version = "0.1" [dependencies.hyper] version = "0.11" [dependencies.hyper-tls] version = "0.1" [dependencies.reqwest] version = "0.8" [dependencies.tokio-core] version = "0.1" [badges.circle-ci] repository = "kbacha/rench" [badges.travis-ci] repository = "kbacha/rench"