# 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 = "2018" name = "blocks_iterator_cli" version = "1.0.5" authors = ["Riccardo Casatta "] description = "Iterates Bitcoin blocks" documentation = "https://docs.rs/blocks_iterator/" readme = "README.md" keywords = [ "bitcoin", "blocks", "iterate", ] categories = [ "cryptography::cryptocurrencies", "command-line-utilities", "encoding", ] license = "MIT" repository = "https://github.com/RCasatta/blocks_iterator" [[example]] name = "with_pipe" [[example]] name = "verify" required-features = ["consensus"] [[example]] name = "signatures_in_witness" [[example]] name = "outputs_versions" [dependencies.bitcoin] version = "0.32" features = ["serde"] [dependencies.blocks_iterator] version = "1.0.4" features = ["cli"] [dependencies.clap] version = "4" [dependencies.env_logger] version = ">=0.10,<0.12" [dependencies.log] version = "0.4.11" [dev-dependencies.bitcoinconsensus] version = "0.20.2-0.5.0" [dev-dependencies.rayon] version = "1.5.0" [features] consensus = ["blocks_iterator/consensus"]