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

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.