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 whenever fuel-core-global-merkle-root-storage is added without default-features = false somewhere in the dependency tree.

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.