async-socks5 0.3.0

An async/.await SOCKS5 implementation
Documentation
[badges.github-actions]
repository = "https://github.com/ark0f/async-socks5"
workflow = "CI"
[dependencies.async-trait]
version = "0.1.8"

[dependencies.thiserror]
version = "1.0.0"

[dependencies.tokio]
features = ["udp", "dns", "io-util"]
version = "0.2.3"
[dev-dependencies.tokio]
features = ["udp", "dns", "io-util", "tcp", "macros"]
version = "0.2.3"

[package]
authors = ["Arsenii Lyashenko <arsenylyashenko.3@gmail.com>", "Temirkhan Myrzamadi <hirrolot@gmail.com>"]
categories = ["asynchronous", "authentication", "network-programming"]
description = "An async/.await SOCKS5 implementation"
documentation = "https://docs.rs/async-socks5"
edition = "2018"
include = ["Cargo.toml", "LICENSE-*.md", "src/**/*"]
keywords = ["tokio", "async", "socks", "proxy"]
license = "Apache-2.0 OR MIT"
name = "async-socks5"
readme = "README.md"
repository = "https://github.com/ark0f/async-socks5"
version = "0.3.0"