hurley 0.1.2

A curl-like HTTP client with performance testing capabilities
[[bin]]
name = "hurley"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.colored]
version = "2.0"

[dependencies.hdrhistogram]
version = "7.5"

[dependencies.indicatif]
version = "0.17"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.tokio-test]
version = "0.4"

[package]
authors = ["Dursun Koc <dursunkoc@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "web-programming::http-client"]
description = "A curl-like HTTP client with performance testing capabilities"
documentation = "https://docs.rs/hurley"
edition = "2021"
homepage = "https://github.com/dursunkoc/hurley"
keywords = ["curl", "http", "cli", "performance", "benchmark"]
license = "MIT"
name = "hurley"
readme = "README.md"
repository = "https://github.com/dursunkoc/hurley"
version = "0.1.2"