# 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 = "vanity_descriptors" version = "0.0.2" authors = ["Justin Moon "] description = "Create bitcoin vanity addresses from descriptors" license = "MIT" repository = "https://github.com/justinmoon/vanity-descriptors" resolver = "2" [[bin]] name = "vd" path = "src/main.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.bitcoin] version = "0.28.1" [dependencies.miniscript] version = "7.0.0" [dependencies.num_cpus] version = "1.13.1"