[badges.github-actions]
repository = "https://github.com/ark0f/async-socks5"
workflow = "CI"
[dependencies.thiserror]
version = "1.0.0"
[dependencies.tokio]
features = ["net", "io-util"]
version = "1.0"
[dev-dependencies.tokio]
features = ["net", "io-util", "rt", "macros"]
version = "1.0"
[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 = "2021"
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.6.0"