Cargo Features

perf-gauge has no features set by default.

[dependencies]
perf-gauge = { version = "0.1.20", features = ["full", "report-to-prometheus", "tls", "tls-native", "tls-boring", "full-boring"] }
full = report-to-prometheus, tls-native
report-to-prometheus full? full-boring? = prometheus
tls tls-boring? tls-native? = hyper-tls
tls-native full? = native-tls, tls, tokio-native-tls
tls-boring full-boring? = boring, hyper-boring, tls
full-boring = report-to-prometheus, tls-boring

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.

prometheus report-to-prometheus?
hyper-tls tls?

Enables hyper-tls ^0.5

native-tls tls-native?
tokio-native-tls tls-native?
hyper-boring tls-boring?

Enables hyper-boring ^2

boring tls-boring?

Enables boring ^1