# 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] edition = "2018" name = "wagyu" version = "0.6.3" authors = ["Collin Chin", "Raymond Chu", "Ali Mousa", "Howard Wu"] description = "A command-line tool to generate cryptocurrency wallets" homepage = "https://github.com/AleoHQ/wagyu" readme = "README.md" keywords = ["blockchain", "command-line", "crypto", "cryptocurrency", "wallet"] categories = ["command-line-utilities", "cryptocurrency"] license = "MIT/Apache-2.0" repository = "https://github.com/AleoHQ/wagyu" [profile.bench] opt-level = 3 lto = "thin" debug = false debug-assertions = false rpath = false incremental = true [profile.dev] opt-level = 0 [profile.release] opt-level = 3 lto = "thin" incremental = true [profile.test] opt-level = 3 debug = true debug-assertions = true incremental = true [lib] path = "wagyu/lib.rs" [[bin]] name = "wagyu" path = "wagyu/main.rs" [dependencies.arrayvec] version = "0.5.1" [dependencies.base58] version = "0.1" [dependencies.clap] version = "~2.33.0" [dependencies.colored] version = "1.9" [dependencies.digest] version = "0.8.1" [dependencies.either] version = "1.5.3" [dependencies.failure] version = "0.1.5" [dependencies.hex] version = "0.4.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7" [dependencies.rand_core] version = "0.5.1" [dependencies.safemem] version = "0.3.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tiny-keccak] version = "1.4" [dependencies.wagyu-bitcoin] version = "0.6.3" [dependencies.wagyu-ethereum] version = "0.6.3" [dependencies.wagyu-model] version = "0.6.3" [dependencies.wagyu-monero] version = "0.6.3" [dependencies.wagyu-zcash] version = "0.6.3" [badges.travis-ci] branch = "master" repository = "AleoHQ/wagyu"