socks5-async 0.1.2

Asynchronous SOCKS5 Proxy server/client written in Rust
Documentation
[dependencies.futures]
version = "0.3.5"

[dependencies.log]
version = "0.4.11"

[dependencies.tokio]
features = ["full"]
version = "0.2"

[package]
authors = ["s.alifarrokh <s.alifarrokh@gmail.com>"]
description = "Asynchronous SOCKS5 Proxy server/client written in Rust"
edition = "2018"
license = "MIT"
name = "socks5-async"
readme = "../README.md"
repository = "https://github.com/alifarrokh/socks5-async"
version = "0.1.2"