Cargo Features

[dependencies]
fuel-core-storage = { version = "0.40.0", default-features = false, features = ["std", "alloc", "smt", "test-helpers"] }
default = std

The std feature is set by default whenever fuel-core-storage is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables std of fuel-core-types and fuel-vm

Affects transactional::Changes

alloc std

Enables alloc of fuel-core-types and fuel-vm

smt
test-helpers

Enables mockall ^0.11 and rand

Affects fuel-core-storage::test_helpers, structured_storage::test