socks5-impl 0.3.3

Fundamental abstractions and async read / write functions for SOCKS5 protocol and Relatively low-level asynchronized SOCKS5 server implementation based on tokio
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.byteorder]
version = "1.4"

[dependencies.bytes]
version = "1.4"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1.28"
[dev-dependencies.clap]
features = ["derive"]
version = "4.3"

[dev-dependencies.log]
features = ["max_level_debug", "std"]
version = "0.4"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.28"

[dev-dependencies.trust-dns-proto]
version = "0.22"

[features]
default = ["tokio"]
tokio = ["dep:tokio"]

[package]
authors = ["ssrlive <ssrlivebox@gmail.com>"]
categories = ["network-programming", "asynchronous"]
description = "Fundamental abstractions and async read / write functions for SOCKS5 protocol and Relatively low-level asynchronized SOCKS5 server implementation based on tokio"
edition = "2021"
keywords = ["socks5", "socks", "proxy", "async", "network"]
license = "GPL-3.0-or-later"
name = "socks5-impl"
readme = "README.md"
repository = "https://github.com/ssrlive/socks5-impl"
version = "0.3.3"