hproxy 0.3.2

http proxy client
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.bytes]
version = "1.6.0"

[dependencies.http]
version = "1.1.0"

[dependencies.httparse]
version = "1.8.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.tokio]
features = ["net", "io-util"]
optional = true
version = "1"

[dependencies.tracing]
version = "0.1"

[features]
async = ["tokio"]
default = []
ser = ["serde"]
sync = []

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

[package]
authors = ["PrivateRookie <996514515@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "http proxy client"
edition = "2021"
homepage = "https://github.com/PrivateRookie/proxy"
keywords = ["http", "proxy", "network", "tokio"]
license-file = "LICENSE"
name = "hproxy"
readme = "README.md"
repository = "https://github.com/PrivateRookie/proxy"
version = "0.3.2"