Cargo Features
[dependencies]
fuel-core-global-merkle-root-storage = { version = "0.41.7", 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 and fuel-core-types
- smt
- global-state-root
fuel-core-global-merkle-root-storage has 4 features without comments.