Cargo Features
[dependencies]
amareleo-chain = { version = "2.1.0", default-features = false, features = ["history", "test_targets", "amareleo-node-metrics"] }
- default = amareleo-node-metrics
-
These default features are set whenever
amareleo-chain
is added without
somewhere in the dependency tree.default-features = false Enables metrics of amareleo-chain-cli and amareleo-node
- history
-
Enables history of amareleo-node
- test_targets
-
Enables test_targets of amareleo-chain-cli
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.
- amareleo-node-metrics default