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