Cargo Features
[dependencies]
fuels-core = { version = "0.72.0", default-features = false, features = ["std", "fault-proving"] }
- default = std
-
The
std
feature is set by default wheneverfuels-core
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables fuel-core-client, std of fuel-core-types
Affects
wrappers::gas_price
… - fault-proving
-
Enables fault-proving of fuel-core-chain-config, optional fuel-core-client, and fuel-core-types