socks5-protocol 0.3.4

Provides types that can be read from `AsyncRead` and write to `AsyncWrite`.
Documentation
[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["io-util"]
version = "1.0"

[features]
default = ["sync"]
doc = ["tokio/rt-multi-thread", "tokio/macros"]
sync = []

[package]
authors = ["spacemeowx2 <spacemeowx2@gmail.com>"]
description = "Provides types that can be read from `AsyncRead` and write to `AsyncWrite`."
documentation = "https://docs.rs/socks5-protocol"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "socks5-protocol"
version = "0.3.4"
[package.metadata."docs.rs"]
all-features = true