# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [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" readme = "README.md" keywords = ["cryptocurrency", "blockchain", "bitcoin", "wallet", "ethereum"] categories = ["cryptocurrency", "blockchain", "bitcoin", "wallet", "ethereum"] license = "GPL-3.0" repository = "https://github.com/ArgusObserver/wagu" [dependencies.arrayvec] version = "0.4.7" [dependencies.base58] version = "0.1" [dependencies.clap] version = "~2.27.0" [dependencies.digest] version = "0.7.5" [dependencies.either] version = "1.5.0" [dependencies.hex] version = "0.3.2" [dependencies.hex-slice] version = "0.1.4" [dependencies.lazy_static] version = "1.1.0" [dependencies.openssl] version = "0.10.11" [dependencies.rand] version = "0.5" [dependencies.ripemd160] version = "0.7" [dependencies.safemem] version = "0.3.0" [dependencies.secp256k1] version = "0.11.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.7" [dependencies.tiny-keccak] version = "1.4" [badges.travis-ci] branch = "master" repository = "ArgusObserver/wagu"