Cargo Features
prometheus_exporter_base has no features set by default.
[dependencies]
prometheus_exporter_base = { version = "1.4.0", features = ["hyper_server"] }
- hyper_server = base64, http, hyper, hyper-rustls
-
Affects
prometheus_exporter_base::create_string_future_from_hyper_request
,prometheus_exporter_base::create_deserialize_future_from_hyper_request
,prometheus_exporter_base::render_prometheus
…
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.
- base64 hyper_server?
-
Enables base64 ^0.13.1
- http hyper_server?
-
Enables http ^0.2
- hyper hyper_server?
-
Enables hyper ^0.14
- hyper-rustls hyper_server?
-
Enables hyper-rustls ^0.23