# 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 = "fct-vanitygen" version = "0.1.0" authors = ["Mitchell <17392435+MitchellBerry@users.noreply.github.com>"] description = "Generates vanity addresses for the Factom protocol" homepage = "https://github.com/mitchellberry/fctutils/tree/master/fct-vanitygen" readme = "readme.md" keywords = ["cli", "blockchain", "factom"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mitchellberry/fctutils/tree/master/fct-vanitygen" [dependencies.bs58] version = "0.2.2" [dependencies.clap] version = "2.33.0" [dependencies.ed25519-dalek] version = "0.9.1" [dependencies.rand] version = "0.6" [dependencies.rayon] version = "1.0.3" [dependencies.regex] version = "1.1.6" [dependencies.sha2] version = "0.8.0"