Cargo Features

[dependencies]
fuel-core-executor = { version = "0.41.0", default-features = false, features = ["std", "alloc", "smt", "limited-tx-count", "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

limited-tx-count

Affects executor::max_tx_count

test-helpers

Enables test-helpers of fuel-core-storage and fuel-core-types