proxies 0.2.4

http/socks5 proxy
Documentation
# 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 = "2024"
name = "proxies"
version = "0.2.4"
authors = ["Jiong Du <jiongdu0.0@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "http/socks5 proxy"
homepage = "https://github.com/rustlib/proxies"
documentation = "https://docs.rs/proxies"
readme = "README.md"
keywords = [
    "proxy",
    "socks5",
]
license = "MIT"
repository = "https://github.com/rustlib/proxies"

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

[[example]]
name = "local_proxy"
path = "examples/local_proxy.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.3"
features = [
    "io-util",
    "net",
    "rt",
    "macros",
]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.2"

[dev-dependencies.tracing-subscriber]
version = "0.3.10"