Cargo Features
[dependencies]
fuel-core-global-merkle-root-storage = { version = "0.41.9", default-features = false, features = ["std", "smt", "global-state-root"] }
- default = std
-
The
std
feature is set by default wheneverfuel-core-global-merkle-root-storage
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of fuel-core-storage ^0.41.9 and fuel-core-types ^0.41.9
- smt
- global-state-root
fuel-core-global-merkle-root-storage has 4 features without comments.