dust_sweeper 0.1.1

A Rust tool to identify and remove dust UTXOs in a privacy-preserving way.
Documentation
[[bin]]
name = "dust_sweeper_cli"
path = "src/bin/dust_sweeper_cli.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.bitcoin]
version = "0.32.5"

[dependencies.bitcoincore-rpc]
version = "0.19.0"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[lib]
name = "dust_cleaner"
path = "src/lib.rs"

[package]
authors = ["Ignacio Porte <ignacio.porte@uc.cl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "command-line-utilities"]
description = "A Rust tool to identify and remove dust UTXOs in a privacy-preserving way."
edition = "2021"
homepage = "https://github.com/IgnacioPorte/dust_sweeper"
keywords = ["bitcoin", "utxo", "privacy", "dust", "wallet"]
license = "MIT OR Apache-2.0"
name = "dust_sweeper"
readme = "README.md"
repository = "https://github.com/IgnacioPorte/dust_sweeper"
version = "0.1.1"