Cargo Features

socks5-impl has no features set by default.

[dependencies]
socks5-impl = { version = "0.8.1", features = ["client", "serde", "server", "tokio"] }
client = tokio

Affects socks5-impl::client

serde

Enables serde

server = tokio

Affects socks5-impl::server

tokio client? server? = async-trait

Enables tokio

Affects protocol::AsyncStreamOperation

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-trait tokio?