# 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 = "necrywagen" version = "0.2.0" authors = ["artegoser"] description = "Crypto keys generator" homepage = "https://github.com/artegoser/necrywagen" documentation = "https://github.com/artegoser/necrywagen" readme = "./README.md" keywords = [ "cli", "btc", "bitcoin", "crypto", "generator", ] categories = [ "command-line-utilities", "command-line-interface", "cryptography", ] license = "MIT" repository = "https://github.com/artegoser/necrywagen" [[bin]] name = "necrywagen" path = "src/main.rs" [dependencies.bitcoin] version = "0.31.0" features = ["rand-std"] [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.ctrlc] version = "3.4.2" [dependencies.num-format] version = "0.4.4" [dependencies.regex] version = "1.10.2"