# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hproxy" version = "0.2.1" authors = ["PrivateRookie <996514515@qq.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "http proxy client" homepage = "https://github.com/PrivateRookie/proxy" readme = "README.md" keywords = [ "http", "proxy", "network", "tokio", ] license-file = "LICENSE" repository = "https://github.com/PrivateRookie/proxy" [lib] name = "hproxy" path = "src/lib.rs" [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] version = "1" features = [ "net", "io-util", ] optional = true [dependencies.tracing] version = "0.1" [features] async = ["tokio"] default = [] sync = []