txoutset 0.4.0

Parser for the UTXO set dump produced by Bitcoin Core
Documentation
[package]
name = "txoutset"
version = "0.4.0"
authors = ["Clark Moody <clark@clarkmoody.com>"]
repository = "https://github.com/clarkmoody/txoutset"
description = "Parser for the UTXO set dump produced by Bitcoin Core"
keywords = ["bitcoin", "parser", "utxo"]
categories = ["encoding", "cryptography::cryptocurrencies"]
license = "MIT"
edition = "2021"

[dependencies]
bitcoin.workspace = true
thiserror = "2.0.17"
log = "0.4.28"

[workspace]
members = [
    "examples/*"
]

[workspace.dependencies]
bitcoin = "0.32.7"