# 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 = "rusty-paper-wallet" version = "0.10.0" authors = ["Riccardo Casatta "] description = "Generates bitcoin paper wallet offline" homepage = "https://github.com/RCasatta/rusty-paper-wallet" documentation = "https://docs.rs/rusty-paper-wallet/" readme = "README.md" keywords = [ "bitcoin", "paper", "wallet", "offline", ] license = "MIT" repository = "https://github.com/RCasatta/rusty-paper-wallet" [lib] name = "rusty_paper_wallet" path = "src/lib.rs" [[bin]] name = "rusty-paper-wallet" path = "src/bin.rs" [dependencies.base64] version = "0.13.0" [dependencies.bitcoin] version = "0.28.1" features = ["rand"] [dependencies.env_logger] version = "0.9" [dependencies.log] version = "^0.4" [dependencies.maud] version = "0.22" [dependencies.miniscript] version = "7.0" [dependencies.qr_code] version = "1.1.0" features = ["bmp"] [dependencies.structopt] version = "0.3"