Cargo Features

[dependencies]
fuel-core-executor = { version = "0.27.0", default-features = false, features = ["std", "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 fuel-core-types

test-helpers

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

fuel-core-executor has 3 features without comments.