# 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 = "btc-addgen" version = "0.1.1" description = "Bitcoin address generator" readme = "README.md" license = "MIT" [dependencies.base58check] version = "0.1.0" [dependencies.clap] version = "4.5.11" [dependencies.hashes] version = "0.1.9" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.ripemd] version = "0.1.3" [dependencies.secp256k1] version = "0.26.0" features = ["rand"] [dependencies.sha2] version = "0.10"