# 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 = "wallet-wizard" version = "0.2.0" authors = ["Chaitanya Krishna"] description = "Embark on a cryptographic journey with wallet-wizard, a Rust library that opens portals to the blockchain realm. This mystical tool harnesses the ancient art of BIP-39 mnemonics to generate secure wallets. Whether you're a seasoned sorcerer of the blockchain world or a novice in the cryptographic universe, wallet-wizard offers a seamless and secure way to create wallets. Perfect for applications needing robust wallet functionality, it's your go-to spellbook for generating, managing, and utilizing wallets in your Rust applications." readme = "README.md" keywords = [ "cryptocurrency", "wallet", "blockchain", "ethereum", "crypto-wallet", ] categories = [ "cryptography", "network-programming", ] license = "MIT" repository = "https://github.com/ChaituKReddy/wallet-wizard-rs" [dependencies.bip39] version = "2.0.0" features = [ "rand_core", "rand", ] [dependencies.clap] version = "4.0.0" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.hdkey] version = "0.0.5" [dependencies.hex] version = "0.4.3" [dependencies.prettytable] version = "0.10.0" [dependencies.secp256k1] version = "0.29.0" [dependencies.tiny-keccak] version = "2.0.0" features = ["keccak"]