# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ethers-signer-factory" version = "2.0.0" authors = [ "Ilia Chesnokov", "Stabfi SIA", ] description = "Key derivation and cryptographic signing functionality for Ethereum applications" readme = "README.md" license = "MIT" repository = "https://github.com/iliachesnokov/ethers-signer-factory" [dependencies.ethers-core] version = "2.0.8" features = ["legacy"] [dependencies.ethers-signers] version = "2.0.8" [dependencies.hex] version = "0.4.3" [dependencies.ring] version = "0.16.20" features = ["std"] [dependencies.thiserror] version = "1.0.48" [dev-dependencies.ethers-contract-derive] version = "2.0.10" [dev-dependencies.tokio] version = "1.33.0" features = [ "rt-multi-thread", "macros", ]