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 wheneverfuel-core-storage
is added without
somewhere in the dependency tree.default-features = false - 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
…