[package]
name = "httpio"
version = "0.2.4"
authors = ["Efim Goncharuk <efimster@gmail.com>"]
edition = "2024"
description = "A transport-agnostic, async HTTP/1.1 client library for any runtime."
readme = "README.md"
repository = "https://gitlab.com/Efimster/http/"
documentation = "https://docs.rs/httpio"
homepage = "https://gitlab.com/Efimster/http/"
license = "MIT OR Apache-2.0"
keywords = ["http", "async", "client", "transport-agnostic"]
categories = ["web-programming::http-client", "network-programming"]
[dependencies]
log = { package = "nonblocking-logger", version = "0.3.0" }
async-regex = "0.1.1"
futures = "0.3.31"
[dev-dependencies]
async-foundation = { version="0.2.1", features = ["net"] }
smol = "2.0"
rustls = "0.23"
rustls-pki-types = "1"
rustls-native-certs = "0.7"
tls12 = {git="ssh://git@gitlab.com/Efimster/tls-1.2.git", tag="0.2.1"}
flate2 = "1"
criterion = "0.5"
rcgen = "0.13"
futures-rustls = "0.26"
[[bench]]
name = "http_bench"
harness = false
[profile.dev]
split-debuginfo = "unpacked"