# 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" version = "0.2.0" authors = ["The WalletD Team"] description = "The 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" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.hex] version = "0.4.2" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.23.0" [dependencies.walletd_bip39] version = "0.2" [dependencies.walletd_bitcoin] version = "0.2" [dependencies.walletd_coin_core] version = "0.2" [dependencies.walletd_ethereum] version = "0.2" [dependencies.walletd_hd_key] version = "0.2" [dependencies.walletd_mnemonics_core] version = "0.2" [dependencies.web3] version = "0.18.0"