# 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 = "waves-wallet-generator" version = "0.1.0" authors = ["DEADBLACKCLOVER "] description = "CLI address generator for Waves blockchain" homepage = "https://github.com/waves-rust/waves-wallet-generator" readme = "README.md" keywords = ["waves", "blockchain", "address"] license = "GPL-3.0" repository = "https://github.com/waves-rust/waves-wallet-generator" [package.metadata.deb] assets = [["target/release/waves-wallet-generator", "usr/bin/", "755"], ["README.md", "usr/share/doc/waves-wallet-generator/README", "644"]] copyright = "2020, DEADBLACKCLOVER " depends = "$auto" extended-description = "CLI address generator for Waves blockchain" license-file = ["LICENSE", "0"] maintainer = "DEADBLACKCLOVER " priority = "optional" section = "utils" [dependencies.clap] version = "2.33.0" [dependencies.wavesplatform] version = "0.2.1"