Cargo Features
[dependencies]
ax_banyan = { version = "0.18.0", default-features = false, features = ["metrics"] }
- default = metrics
-
The
metrics
feature is set by default wheneverax_banyan
is added without
somewhere in the dependency tree.default-features = false - metrics default = lazy_static, prometheus
-
Affects
ax_banyan::register_metrics
…
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.