Cargo Features

[dependencies]
amareleo-chain = { version = "2.3.0", default-features = false, features = ["history", "locktick", "test_targets"] }
default = amareleo-node-metrics

These default features are set whenever amareleo-chain is added without default-features = false somewhere in the dependency tree.

Enables metrics of amareleo-chain-cli and amareleo-node

history

Enables history of amareleo-node

locktick

Enables locktick and tracing, locktick of amareleo-chain-api, amareleo-chain-cli, amareleo-node, amareleo-node-bft, amareleo-node-consensus, amareleo-node-metrics, amareleo-node-rest, and amareleo-node-sync

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 locktick?