Cargo Features

[dependencies]
fuels-accounts = { version = "0.72.0", default-features = false, features = ["std", "coin-cache", "keystore", "signer-aws-kms", "signer-google-kms", "fault-proving", "test-helpers"] }
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, cynic and fuel-core-client, std of fuels-core

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

coin-cache

Enables time of tokio

keystore

Enables eth-keystore

Affects fuels-accounts::keystore

signer-aws-kms

Enables aws-config and aws-sdk-kms

Affects kms::aws, signers::kms

signer-google-kms

Enables google-cloud-kms

Affects kms::google, signers::kms

fault-proving

Enables fault-proving of optional fuel-core-client, fuel-core-types, and fuels-core

test-helpers

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