# 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 = "donkey" version = "0.0.1" authors = ["btwiuse "] description = "Keygen for Ethereum & Substrate" homepage = "https://substrate.io" readme = "README.md" license = "MIT" repository = "https://github.com/btwiuse/donkey/" resolver = "2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "donkey" path = "lib.rs" [[bin]] name = "donkey" path = "main.rs" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.libsecp256k1] version = "0.6.0" [dependencies.parity-scale-codec] version = "3.0.0" features = ["derive"] [dependencies.primitive-types] version = "0.11.1" [dependencies.scale-info] version = "2.0.0" features = ["derive"] [dependencies.sha3] version = "0.10.1" [dependencies.sp-core] version = "5.0.0" [dependencies.sp-runtime] version = "5.0.0" [dependencies.tiny-bip39] version = "0.8.2" [dependencies.tiny-hderive] version = "0.3.0" [dependencies.unicode-normalization] version = "0.1.9"