fast-socks5 0.9.6

Fast SOCKS5 client/server implementation written in Rust async/.await (tokio)
Documentation
[[example]]
name = "server"

[[example]]
name = "client"

[[example]]
name = "simple_tcp_server"
[dependencies.anyhow]
version = "1"

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

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["io-util", "net", "time", "macros"]
version = "1"

[dependencies.tokio-stream]
version = "0.1"
[dev-dependencies.env_logger]
version = "0.9"

[dev-dependencies.structopt]
version = "0.3"

[dev-dependencies.tokio]
features = ["io-util", "net", "time", "rt-multi-thread", "macros"]
version = "1"

[dev-dependencies.tokio-test]
version = "0.4"

[features]
default = []
socks4 = []

[package]
authors = ["Jonathan Dizdarevic <dizzda@gmail.com>"]
categories = ["asynchronous", "network-programming", "command-line-utilities", "authentication"]
description = "Fast SOCKS5 client/server implementation written in Rust async/.await (tokio)"
edition = "2021"
keywords = ["io", "proxy", "vpn", "async", "socks"]
license = "MIT"
name = "fast-socks5"
readme = "README.md"
repository = "https://github.com/dizda/fast-socks5"
version = "0.9.6"