[package] name = "utxo_detective_block_header" version = "0.1.0" edition = "2021" description = "Bitcoin block header parsing, validation, and utilities for blockchain analysis" license = "MIT" keywords = ["bitcoin", "blockchain", "block-header", "parsing", "validation"] categories = ["cryptography", "parsing", "data-structures"] [dependencies] hex = "0.4.3" cryptography = { version = "0.2.0", package = "utxo_detective_cryptography" }