brk_reader 0.1.3

A very fast Bitcoin block parser and iterator built on top of bitcoin-rust
Documentation
# 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 = "2024"
name = "brk_reader"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A very fast Bitcoin block parser and iterator built on top of bitcoin-rust"
homepage = "https://bitcoinresearchkit.org"
readme = "README.md"
keywords = [
    "bitcoin",
    "block",
    "iterator",
]
categories = [
    "cryptography::cryptocurrencies",
    "encoding",
]
license = "MIT"
repository = "https://github.com/bitcoinresearchkit/brk"

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

[[example]]
name = "reader"
path = "examples/reader.rs"

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

[dependencies.brk_error]
version = "0.1.3"

[dependencies.brk_rpc]
version = "0.1.3"

[dependencies.brk_types]
version = "0.1.3"

[dependencies.crossbeam]
version = "0.8.4"
features = ["crossbeam-channel"]

[dependencies.derive_more]
version = "2.1.1"
features = [
    "deref",
    "deref_mut",
]

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rayon]
version = "1.11.0"

[dependencies.tracing]
version = "0.1"
features = ["std"]
default-features = false