[package]
edition = "2024"
name = "defect-http"
version = "0.1.0-alpha.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP client service layer for defect, bridging generated wire types to provider transports."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/vast-enterprise/defect"
[lib]
name = "defect_http"
path = "src/lib.rs"
[dependencies.bytes]
version = "1"
[dependencies.client-util]
version = "0.3"
[dependencies.defect-agent]
version = "0.1.0-alpha.2"
[dependencies.futures]
version = "0.3"
[dependencies.http]
version = "1"
[dependencies.http-body]
version = "1"
[dependencies.http-body-util]
version = "0.1"
[dependencies.hyper]
version = "1"
[dependencies.hyper-http-proxy]
version = "1.1"
default-features = false
[dependencies.hyper-rustls]
version = "0.27"
features = ["http2"]
[dependencies.hyper-util]
version = "0.1"
features = [
"client",
"client-legacy",
]
[dependencies.pin-project-lite]
version = "0.2"
[dependencies.rand]
version = "0.10"
[dependencies.thiserror]
version = "2"
[dependencies.toac]
version = "0"
features = ["sse"]
[dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
"io-util",
"io-std",
"sync",
"fs",
"process",
"signal",
"time",
]
[dependencies.tower]
version = "0.5"
features = [
"util",
"timeout",
]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
"io-util",
"io-std",
"sync",
"fs",
"process",
"signal",
"time",
"test-util",
]
[build-dependencies]
[lints.clippy]
too_many_arguments = "deny"