# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "vanityeth" version = "0.1.5" authors = ["Renning Bruns "] description = "Allows searching for vanity ethereum addresses and mnemonic to generate it" homepage = "https://github.com/nullren/vanityeth" documentation = "https://github.com/nullren/vanityeth" readme = "README.md" keywords = [ "ethereum", "search", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nullren/vanityeth" [dependencies.ctrlc] version = "3.2" [dependencies.ethers] version = "0.14" [dependencies.num_cpus] version = "1.6" [dependencies.rand] version = "0.8" [dependencies.structopt] version = "0.3"