Cargo Features
[dependencies]
socks5-protocol = { version = "0.3.5", default-features = false, features = ["sync", "doc"] }
- default = sync
-
The
sync
feature is set by default wheneversocks5-protocol
is added without
somewhere in the dependency tree.default-features = false - sync default
-
Affects
socks5-protocol::sync
… - doc
-
Enables macros and rt-multi-thread of tokio