[dependencies.hdrhistogram]
version = "7.5.4"
[dependencies.karga]
default-features = false
version = "^0.4"
[dependencies.reqwest]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.typed-builder]
version = "0.23.0"
[lib]
name = "karga_http"
path = "src/lib.rs"
[package]
authors = ["Degartil <outragedline@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::profiling"]
description = "Karga adapters for the main web protocols"
edition = "2021"
keywords = ["loadtesting", "benchmark", "rps", "performance", "http"]
license = "MIT"
name = "karga-http"
publish = true
readme = "README.md"
repository = "https://github.com/karga-rs/karga-contrib"
rust-version = "1.75.0"
version = "0.1.0"