Cargo Features

[dependencies]
trusted-proxies = { version = "0.3.0", default-features = false, features = ["http"] }
default = http

The http feature is set by default whenever trusted-proxies is added without default-features = false somewhere in the dependency tree.

http default

Enables http

trusted-proxies has 2 features without comments.