# 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 = "vanitymnem" version = "0.0.1" authors = ["Valerio Vaccaro "] description = "Create a valid Bitcoin mnemonic with a vanity address in a specific derivation." homepage = "https://vanitymnem.com" documentation = "https://github.com/valerio-vaccaro/rust-vanitymnem" readme = "README.md" keywords = [ "Bitcoin", "Mnemonic", ] license = "MIT" repository = "https://github.com/valerio-vaccaro/rust-vanitymnem" [[bin]] name = "vanitymnem" path = "src/vanitymnem.rs" [[bin]] name = "derive" path = "src/derive.rs" [dependencies.bip39] version = "=2.0.0" [dependencies.bitcoin] version = "=0.26.0" [dependencies.clap] version = "=2.33.3" [dependencies.colored] version = "=2.1.0" [dependencies.elements] version = "=0.24.1" [dependencies.qrcode] version = "=0.13.0" [dependencies.rand] version = "=0.8.5" [dependencies.regex] version = "=1.10.3"