Cargo Features

[dependencies]
fuels-accounts = { version = "0.59.0", default-features = false, features = ["std", "coin-cache"] }
default = std

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

std default

Enables tokio, eth-keystore and fuel-core-client ^0.24.3, std of fuels-core

Affects fuels-accounts::provider, fuels-accounts::wallet

coin-cache

Enables time of optional tokio

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

fuel-core-client std

Enables fuel-core-client ^0.24.3