Cargo Features
[dependencies]
tlrc = { version = "1.9.3", default-features = false, features = ["socks-proxy"] }
- default = socks-proxy
-
The
socks-proxy
feature is set by default whenevertlrc
is added without
somewhere in the dependency tree.default-features = false - socks-proxy default
-
Enables socks-proxy of ureq
Tlrc has 2 features without comments.