Cargo Features

ethers-signers has no features set by default.

[dependencies]
ethers-signers = { version = "2.0.14", features = ["futures", "celo", "optimism", "ledger", "trezor", "aws", "yubi"] }
futures ledger? trezor? = futures-executor, futures-util
celo

Enables celo of ethers-core

ethers-core:

celo support extends the transaction format with extra fields

optimism

Enables optimism of ethers-core

ledger = coins-ledger, futures, semver
trezor = futures, home, semver, trezor-client
aws = spki

Enables rustls of rusoto_core and rusoto_kms

yubi = yubihsm

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.

futures-util futures?

Enables futures-util

futures

futures-executor futures?
rusoto_core aws?

Enables rusoto_core

aws

rusoto_kms aws?
spki aws?
coins-ledger not wasm32 ledger?
home not wasm32 trezor?
trezor-client not wasm32 trezor?
yubihsm not wasm32 yubi?

Affects ethers-signers::YubiWallet

semver not wasm32 ledger? trezor?