# 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" version = "0.8.4" authors = ["Y. D. Santos "] description = "Simple and fast load testing tool" homepage = "https://github.com/yds12/inquisitor" documentation = "https://docs.rs/inquisitor/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.clap] version = "4.3.23" features = ["derive"] [dependencies.inquisitor-core] version = "0.11.0" [dev-dependencies.mockito] version = "0.31" [dev-dependencies.regex] version = "1.9.3"