http_unix_client 0.1.0

A minimal async HTTP client over Unix sockets, inspired by reqwest
Documentation
[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.10.1"

[dependencies.cookie]
optional = true
version = "0.18.1"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.hex]
version = "0.4.3"

[dependencies.http]
version = "1.3.1"

[dependencies.http-body]
version = "1.0.1"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
features = ["client"]
version = "1.6.0"

[dependencies.hyper-util]
features = ["tokio"]
version = "0.1.16"

[dependencies.hyperlocal]
version = "0.9.1"

[dependencies.mime]
version = "0.3.17"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
optional = true
version = "1.0.141"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.actix-web]
features = ["cookies"]
version = "4.11.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.219"

[features]
charset = []
cookies = ["dep:cookie"]
default = ["charset"]
json = ["dep:serde_json"]

[lib]
name = "http_unix_client"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "A minimal async HTTP client over Unix sockets, inspired by reqwest"
documentation = "https://docs.rs/http_unix_client"
edition = "2024"
include = ["README.md", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*.rs"]
keywords = ["http", "request", "client", "unix"]
license = "MIT OR Apache-2.0"
name = "http_unix_client"
readme = "README.md"
repository = "https://github.com/edgar-linton/http_unix_client"
rust-version = "1.85.0"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]

[package.metadata.playground]
features = ["cookie", "json"]