[package]
name = "socks5-protocol"
version = "0.3.5"
authors = ["spacemeowx2 <spacemeowx2@gmail.com>"]
edition = "2018"
description = "Provides types that can be read from `AsyncRead` and write to `AsyncWrite`."
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/socks5-protocol"
[dependencies]
tokio = { version = "1.0", features = ["io-util"] }
thiserror = "1.0"
[dev-dependencies]
tokio = { version = "1.0", features = ["full"] }
[features]
default = ["sync"]
sync = []
doc = ["tokio/rt-multi-thread", "tokio/macros"]
[package.metadata."docs.rs"]
all-features = true