Cargo Features

[dependencies]
fuels-programs = { version = "0.59.0", default-features = false, features = ["std", "legacy_encoding"] }
default = std

The std feature is set by default whenever fuels-programs is added without default-features = false somewhere in the dependency tree.

std default

Enables std of fuels-accounts and fuels-core

legacy_encoding

Enables legacy_encoding of fuels-core

fuels-programs has 3 features without comments.