Cargo Features

[dependencies]
socks5-protocol = { version = "0.3.5", default-features = false, features = ["sync", "doc"] }
default = sync

The sync feature is set by default whenever socks5-protocol is added without default-features = false somewhere in the dependency tree.

sync default

Affects socks5-protocol::sync

doc

Enables macros and rt-multi-thread of tokio