ethers-signers 0.17.0

Signer implementations for the ethers-rs crate
Documentation
[dependencies.async-trait]
default-features = false
version = "0.1.50"

[dependencies.coins-bip32]
version = "0.7.0"

[dependencies.coins-bip39]
version = "0.7.0"

[dependencies.coins-ledger]
default-features = false
optional = true
version = "0.7.0"

[dependencies.elliptic-curve]
default-features = false
version = "0.12.2"

[dependencies.ethers-core]
features = ["eip712"]
version = "^0.17.0"

[dependencies.futures-executor]
optional = true
version = "^0.3"

[dependencies.futures-util]
optional = true
version = "^0.3"

[dependencies.hex]
default-features = false
features = ["std"]
version = "0.4.3"

[dependencies.rand]
default-features = false
version = "0.8.5"

[dependencies.rusoto_core]
optional = true
version = "0.48.0"

[dependencies.rusoto_kms]
optional = true
version = "0.48.0"

[dependencies.semver]
optional = true
version = "1.0.12"

[dependencies.sha2]
default-features = false
version = "0.10.2"

[dependencies.spki]
optional = true
version = "0.6.0"

[dependencies.thiserror]
default-features = false
version = "1.0.31"

[dependencies.tracing]
optional = true
version = "0.1.35"

[dependencies.trezor-client]
default-features = false
features = ["f_ethereum"]
optional = true
version = "0.0.6"

[dependencies.yubihsm]
features = ["secp256k1", "http", "usb"]
optional = true
version = "0.41.0-pre"

[features]
aws = ["rusoto_core", "rusoto_kms", "tracing", "spki"]
celo = ["ethers-core/celo"]
futures = ["futures-util", "futures-executor"]
ledger = ["coins-ledger", "futures", "semver"]
trezor = ["trezor-client", "futures", "semver", "home"]
yubi = ["yubihsm"]

[package]
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
description = "Signer implementations for the ethers-rs crate"
edition = "2018"
homepage = "https://docs.rs/ethers"
keywords = ["ethereum", "web3", "celo", "ethers"]
license = "MIT OR Apache-2.0"
name = "ethers-signers"
readme = "README.md"
repository = "https://github.com/gakonst/ethers-rs"
resolver = "2"
version = "0.17.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.eth-keystore]
version = "0.4.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.home]
optional = true
version = "0.5.3"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tempfile]
version = "3.3.0"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
default-features = false
features = ["macros", "rt"]
version = "1.18"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.yubihsm]
features = ["secp256k1", "usb", "mockhsm"]
version = "0.41.0-pre"