[package] name = "hproxy" version = "0.2.1" edition = "2021" authors = ["PrivateRookie <996514515@qq.com>"] description = "http proxy client" license-file = "../../LICENSE" readme = "README.md" homepage = "https://github.com/PrivateRookie/proxy" repository = "https://github.com/PrivateRookie/proxy" keywords = ["http", "proxy", "network", "tokio"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] http = "1.1.0" base64 = "0.13" tracing = "0.1" bytes = "1.6.0" httparse = "1.8.0" tokio = { version = "1", features = ["net", "io-util"], optional = true } [features] default = [] sync = [] async = ["tokio"]