# 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 = "walleth" version = "0.1.0" authors = ["mikesposito"] description = "A (WIP) Rust library for easily create, manage, use and protect Ethereum accounts." readme = "README.md" keywords = [ "language", "cli", "http-client", "api-client", "json-selector", ] license-file = "LICENSE" repository = "https://github.com/mikesposito/walleth/" [[bin]] name = "walleth" path = "src/main.rs" [dependencies.bip32] version = "0.5.1" [dependencies.bitcoin_hashes] version = ">= 0.12, <= 0.13" [dependencies.chacha20poly1305] version = "0.9.0" features = ["stream"] [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.pbkdf2] version = "0.12.2" [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.secp256k1] version = "0.27.0" [dependencies.sha2] version = "0.10.7" [dependencies.sha3] version = "0.10.8"