[package] name = "wagu" version = "0.5.0" authors = ["Ali Mousa ", "Collin Chin ", "Raymond Chu "] description = "Generate a wallet for any cryptocurrency. Pronounced like wagyu. Wagu is the wallet generation utility. Wagu allows users to generate wallets for the following cryptocurrencies: Bitcoin, Ethereum, Monero, Zcash (Transparent Addresses)" homepage = "https://github.com/ArgusObserver/wagu" repository = "https://github.com/ArgusObserver/wagu" readme = "README.md" license = "GPL-3.0" categories = ["cryptocurrency", "blockchain", "bitcoin", "wallet", "ethereum"] keywords = ["cryptocurrency", "blockchain", "bitcoin", "wallet", "ethereum"] [dependencies] arrayvec = "0.4.7" base58 = "0.1" clap = "~2.27.0" digest = "0.7.5" either = "1.5.0" hex = "0.3.2" hex-slice = "0.1.4" lazy_static = "1.1.0" openssl = "0.10.11" rand = "0.5" ripemd160 = "0.7" safemem = "0.3.0" secp256k1 = "0.11.1" sha2 = "0.7" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" tiny-keccak = "1.4" [badges] travis-ci = { repository = "ArgusObserver/wagu", branch = "master" }