[dependencies.log]
version = "0.4"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[package]
authors = ["0xacc"]
categories = ["asynchronous", "network-programming", "proxy"]
description = "socks5-proxy is a socks5 library based on tokio offering both server and client functions"
edition = "2018"
keywords = ["async", "socks5", "proxy"]
license = "MIT OR Apache-2.0 OR GPL-3.0-or-later"
name = "socks5-proxy"
readme = "README.md"
repository = "https://github.com/0xacc/socks5-proxy"
version = "0.1.1"