# 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 = "utxo_detective_block_header" version = "0.1.0" description = "Bitcoin block header parsing, validation, and utilities for blockchain analysis" readme = "README.md" keywords = [ "bitcoin", "blockchain", "block-header", "parsing", "validation", ] categories = [ "cryptography", "parsing", "data-structures", ] license = "MIT" [dependencies.cryptography] version = "0.2.0" package = "utxo_detective_cryptography" [dependencies.hex] version = "0.4.3"