inquisitor 0.8.4

Simple and fast load testing tool
[package]
authors = ["Y. D. Santos <yds12@protonmail.com>"]
name = "inquisitor"
version = "0.8.4"
edition = "2021"
license = "MIT"
description = "Simple and fast load testing tool"
homepage = "https://github.com/yds12/inquisitor"
repository = "https://github.com/yds12/inquisitor"
readme = "README.md"
documentation = "https://docs.rs/inquisitor/latest/"
keywords = ["load-testing", "stress-testing", "api", "http", "performance"]
categories = ["development-tools", "development-tools::profiling",
"network-programming", "web-programming", "command-line-utilities"]

[dependencies]
inquisitor-core = { path = "../inquisitor-core", version = "0.11.0" }
clap = { version = "4.3.23", features = ["derive"] }

[dev-dependencies]
mockito = "0.31" # TODO needs update
regex = "1.9.3"