Cargo Features
[dependencies]
blueprint-metrics = { version = "0.1.0-alpha.1", default-features = false, features = ["rpc-calls"] }
- default = rpc-calls
-
The
rpc-calls
feature is set by default wheneverblueprint-metrics
is added without
somewhere in the dependency tree.default-features = false - rpc-calls default
-
Enables blueprint-metrics-rpc-calls
blueprint-metrics has 2 features without comments.