[dependencies.clap]
features = ["derive"]
version = "3.2"
[dependencies.ctrlc]
features = ["termination"]
version = "3.0"
[dependencies.futures]
version = "0.3"
[dependencies.hdrhistogram]
version = "7"
[dependencies.regex]
version = "1"
[dependencies.reqwest]
version = "0.11"
[dependencies.tokio]
features = ["sync", "macros", "rt-multi-thread"]
version = "1"
[package]
authors = ["Y. D. Santos <yds12@protonmail.com>"]
categories = ["development-tools", "development-tools::profiling", "network-programming", "web-programming", "command-line-utilities"]
description = "Simple and fast load testing tool"
documentation = "https://docs.rs/inquisitor/latest/"
edition = "2021"
homepage = "https://github.com/yds12/inquisitor"
keywords = ["load-testing", "stress-testing", "api", "http", "performance"]
license = "MIT"
name = "inquisitor"
readme = "README.md"
repository = "https://github.com/yds12/inquisitor"
resolver = "2"
version = "0.5.0"