[dependencies.async-trait]
version = "0.1"
[dependencies.byteorder]
version = "1.4"
[dependencies.bytes]
version = "1.4"
[dependencies.tokio]
features = ["io-util", "net"]
version = "1.28"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.28"
[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.2.1"