Cargo Features
[dependencies]
fuel-core-executor = { version = "0.40.0", default-features = false, features = ["std", "alloc", "smt", "test-helpers"] }
- default = std
-
The
std
feature is set by default wheneverfuel-core-executor
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of fuel-core-storage and fuel-core-types
- alloc
-
Enables fuel-core-storage and fuel-core-types
- smt
-
Enables smt of fuel-core-storage
- test-helpers
-
Enables test-helpers of fuel-core-storage and fuel-core-types
fuel-core-executor has 5 features without comments.