# 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 = "loadem" version = "0.2.11" authors = ["Pelle Johnsen "] exclude = ["/deploy", "/.github"] description = "Command line tool for emulating web load from thousands of clients." homepage = "https://github.com/pjoe/loadem" readme = "README.md" keywords = ["loadtesting", "web", "tool"] categories = ["command-line-utilities", "development-tools::profiling"] license = "Apache-2.0" repository = "https://github.com/pjoe/loadem" [dependencies.clap] version = "2.33.1" [dependencies.ctrlc] version = "3.1.5" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-rustls] version = "0.22" [dependencies.rustls] version = "0.19" features = ["dangerous_configuration"] [dependencies.rustls-native-certs] version = "0.5.0" [dependencies.simple-error] version = "0.2.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.webpki] version = "0.21.4"