[dependencies.anyhow]
version = "1.0.98"
[dependencies.reqwest]
features = ["hickory-dns"]
version = "0.12.22"
[dependencies.tokio]
features = ["full"]
version = "1.46.1"
[[example]]
name = "http"
path = "examples/http.rs"
[lib]
name = "lot"
path = "src/lib.rs"
[package]
authors = ["Gurwinder Singh <vargwin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust Load Testing Library"
edition = "2024"
license = "MIT"
name = "lot"
readme = "README.md"
repository = "https://github.com/95th/lot"
version = "0.1.2"