blocks_iterator 2.1.2

Iterates Bitcoin blocks
# 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"
version = "2.1.2"
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
cli = ["clap"]
consensus = ["bitcoin/bitcoinconsensus"]
db = [
    "rocksdb",
    "rand",
]
default = []
redb = ["bitcoin_slices/redb"]

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

[dependencies.bitcoin]
version = "0.32"
features = ["serde"]

[dependencies.bitcoin_slices]
version = "0.11.0"
features = [
    "sha2",
    "bitcoin",
]

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.fxhash]
version = "0.2.1"

[dependencies.glob]
version = "0.3.0"

[dependencies.log]
version = "0.4.11"

[dependencies.rand]
version = "0.8.4"
optional = true

[dependencies.rocksdb]
version = "0.24.0"
optional = true
default-features = false

[dependencies.thiserror]
version = "1.0.40"

[dev-dependencies.tempfile]
version = "3.2.0"

[dev-dependencies.test-log]
version = "0.2.14"