# 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 = "walletd_ethereum" version = "0.2.0" authors = ["The WalletD Team"] description = "Ethereum walletd library" homepage = "https://walletd.org/" readme = "README.md" categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/walletd/walletd" resolver = "1" [lib] name = "walletd_ethereum" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.60" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3" [dependencies.keccak-hash] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.secp256k1] version = "0.21.0" features = ["rand-std"] [dependencies.thiserror] version = "1.0.38" [dependencies.tiny-keccak] version = "2.0.2" [dependencies.tokio] version = "1" features = ["full"] [dependencies.walletd_bip39] version = "0.2" [dependencies.walletd_coin_core] version = "0.2" [dependencies.walletd_hd_key] version = "0.2" [dependencies.web3] version = "0.18.0"