Cargo Features

[dependencies]
prosa = { version = "0.2.1", default-features = false, features = ["http-proxy"] }
default = http-proxy

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

http-proxy default

Enables async-http-proxy

ProSA has 2 features without comments.