Cargo Features

[dependencies]
fuels-accounts = { version = "0.71.0", default-features = false, features = ["std", "coin-cache", "keystore", "signer-aws-kms", "signer-google-kms", "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 ^0.41.7, 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

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

Enables fuel-core-client ^0.41.7