# 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 = "2021" name = "vanify" version = "0.2.0" authors = ["Paul Vidal "] description = "A CLI tool to generate a vanity addresses for EVM-based blockchains" documentation = "https://docs.rs/vanify/latest/vanify/" readme = "README.md" keywords = [ "evm", "ethereum", "blockchain", "crypto", "cli", ] categories = [ "command-line-utilities", "cryptography", ] license = "MIT" repository = "https://github.com/vidalpaul/vanify" resolver = "2" [dependencies.clap] version = "3.2.22" [dependencies.csv] version = "1.1.6" [dependencies.flume] version = "0.10.14" [dependencies.hex] version = "0.4.3" [dependencies.num_cpus] version = "1.13.0" [dependencies.primitive-types] version = "0.12.0" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.130" [dependencies.serde_json] version = "1.0.70" [dependencies.sha3] version = "0.10.5"