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 wheneverprosa
is added without
somewhere in the dependency tree.default-features = false - http-proxy default
-
Enables async-http-proxy
ProSA has 2 features without comments.