Cargo Features
[dependencies]
informalsystems-malachitebft-core-consensus = { version = "0.2.0", default-features = false, features = ["std", "metrics", "debug"] }
- default = metrics, std
-
These default features are set whenever
informalsystems-malachitebft-core-consensus
is added without
somewhere in the dependency tree.default-features = false - std default debug? metrics
-
Enables std of informalsystems-malachitebft-core-driver
- metrics default = std
- debug = std
-
Enables debug of informalsystems-malachitebft-core-driver
informalsystems-malachitebft-core-consensus has 4 features without comments.