Cargo Features

[dependencies]
tor-socksproto = { version = "0.18.0", default-features = false, features = ["full", "client-handshake", "proxy-handshake", "arbitrary"] }
default = proxy-handshake

The proxy-handshake feature is set by default whenever tor-socksproto is added without default-features = false somewhere in the dependency tree.

full = client-handshake, proxy-handshake

Enables full of caret, tor-bytes, and tor-error

client-handshake full?
proxy-handshake default full?

Features from optional dependencies

arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data