[dependencies.async-trait]
default-features = false
version = "0.1.50"
[dependencies.coins-bip32]
version = "0.3.0"
[dependencies.coins-bip39]
version = "0.3.0"
[dependencies.coins-ledger]
default-features = false
optional = true
version = "0.4.0"
[dependencies.elliptic-curve]
default-features = false
version = "0.10.6"
[dependencies.ethers-core]
version = "^0.5.0"
[dependencies.futures-executor]
version = "0.3.17"
[dependencies.futures-util]
version = "0.3.17"
[dependencies.hex]
default-features = false
features = ["std"]
version = "0.4.3"
[dependencies.rand]
default-features = false
version = "0.8.4"
[dependencies.rusoto_core]
optional = true
version = "0.47.0"
[dependencies.rusoto_kms]
optional = true
version = "0.47.0"
[dependencies.sha2]
default-features = false
version = "0.9.6"
[dependencies.spki]
optional = true
version = "0.4.0"
[dependencies.thiserror]
default-features = false
version = "1.0.28"
[dependencies.tracing]
optional = true
version = "0.1.26"
[dependencies.tracing-futures]
optional = true
version = "0.2.5"
[dependencies.yubihsm]
features = ["secp256k1", "http", "usb"]
optional = true
version = "0.39.0"
[dev-dependencies.tracing-subscriber]
version = "0.2.20"
[dev-dependencies.yubihsm]
features = ["secp256k1", "usb", "mockhsm"]
version = "0.39.0"
[features]
aws = ["rusoto_core", "rusoto_kms", "tracing", "tracing-futures", "spki"]
celo = ["ethers-core/celo"]
ledger = ["coins-ledger"]
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"
repository = "https://github.com/gakonst/ethers-rs"
version = "0.5.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.eth-keystore]
version = "0.3.0"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tempfile]
version = "3.2.0"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
default-features = false
features = ["macros", "rt"]
version = "1.5"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.yubihsm]
features = ["secp256k1", "usb", "mockhsm"]
version = "0.39.0"