# 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 = "nakatoshi" version = "0.2.8" authors = ["ndelvalle "] description = "Bitcoin vanity address generator" homepage = "https://github.com/ndelvalle/nakatoshi" readme = "README.md" keywords = [ "bitcoin", "address", "vanity", "vanity-address", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ndelvalle/nakatoshi" [dependencies.bitcoin] version = "0.27.1" [dependencies.clap] version = "3.2.12" [dependencies.getrandom] version = "0.2.7" [dependencies.indicatif] version = "0.16.2" [dependencies.num_cpus] version = "1.13.1" [dependencies.rayon] version = "1.5.3" [dependencies.serde] version = "1.0.139" [dependencies.serde_json] version = "1.0.82" [dependencies.spinners] version = "4.1.0" [dependencies.time] version = "0.3.11"