Cargo Features
[dependencies]
tor-socksproto = { version = "0.24.0", default-features = false, features = ["full", "client-handshake", "proxy-handshake", "arbitrary"] }
- default = proxy-handshake
-
The
proxy-handshake
feature is set by default whenevertor-socksproto
is added without
somewhere in the dependency tree.default-features = false - full = client-handshake, proxy-handshake
- client-handshake full?
- proxy-handshake default full?