Cargo Features
[dependencies]
fuels-programs = { version = "0.66.9", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverfuels-programs
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of fuels-accounts and fuels-core
fuels-programs has 2 features without comments.