Cargo Features
mz-http-proxy has no features set by default.
[dependencies]
mz-http-proxy = { version = "0.1.0", features = ["hyper", "reqwest"] }
- hyper = hyper-dep, hyper-proxy, hyper-tls
-
Affects
mz-http-proxy::hyper
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- reqwest implicit feature
-
Enables reqwest ^0.11.4
reqwest:
higher level HTTP client library
Affects
mz-http-proxy::reqwest
… - hyper-dep hyper?
-
Enables hyper ^0.14.11
- hyper-proxy hyper?
- hyper-tls hyper?
-
Enables hyper-tls ^0.5.0