Cargo Features

[dependencies]
tlrc = { version = "1.9.2", default-features = false, features = ["socks-proxy"] }
default = socks-proxy

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

socks-proxy default

Enables socks-proxy of ureq

Tlrc has 2 features without comments.