[package] name = "socks5-protocol" version = "0.3.5" authors = ["spacemeowx2 "] 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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [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