[dependencies.base64]
version = "0.13"
[dependencies.bytes]
version = "1.6.0"
[dependencies.http]
version = "1.1.0"
[dependencies.httparse]
version = "1.8.0"
[dependencies.tokio]
features = ["net", "io-util"]
optional = true
version = "1"
[dependencies.tracing]
version = "0.1"
[features]
async = ["tokio"]
default = []
sync = []
[package]
authors = ["PrivateRookie <996514515@qq.com>"]
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.2.0"