# 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 = "inquisitor-core" version = "0.11.0" authors = ["Y. D. Santos "] description = "Simple and fast load testing library" homepage = "https://github.com/yds12/inquisitor" documentation = "https://docs.rs/inquisitor-core/latest/" readme = "README.md" keywords = [ "load-testing", "stress-testing", "api", "http", "performance", ] categories = [ "development-tools", "development-tools::profiling", "network-programming", "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/yds12/inquisitor" resolver = "1" [dependencies.ctrlc] version = "3.4.0" features = ["termination"] [dependencies.futures] version = "0.3.28" [dependencies.hdrhistogram] version = "7.5.2" [dependencies.regex] version = "1.9.3" [dependencies.reqwest] version = "0.11.18" [dependencies.tokio] version = "1.32.0" features = [ "sync", "macros", "rt-multi-thread", ]