Cargo Features
[dependencies]
beefy-merkle-tree = { version = "12.0.0", default-features = false, features = ["std", "debug"] }
- default = debug, std
-
These default features are set whenever
beefy-merkle-tree
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of sp-beefy ^12.0.0, sp-api ^12.0.0, and sp-runtime ^16.0.0
- debug default = array-bytes, log
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.
- array-bytes debug
-
Enables array-bytes ^4.1
- log debug