Cargo Features

[dependencies]
rtrtr = { version = "0.3.1-rc2", default-features = false, features = ["socks", "arbitrary"] }
default = socks

The socks feature is set by default whenever rtrtr is added without default-features = false somewhere in the dependency tree.

socks default

Enables socks of reqwest

arbitrary

Enables arbitrary and arbitrary of chrono and rpki

rpki:

Extra features provided.

RTRTR has 3 features without comments.