[package] name = "bitcoin_address_miner" version = "0.1.2" edition = "2021" authors = ["Simone Ragonesi "] description = "A utility for generating and mining Bitcoin addresses in Rust." license = "MIT" repository = "https://github.com/r3drun3/bitcoin-address-miner" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitcoin = { version = "0.31.0", features = ["rand-std"] } tokio = { version = "1", features = ["full"] } hex = "0.4.2"