blk 0.3.4

A CLI to inspect Bitcoin Core 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 = "2024"
name = "blk"
version = "0.3.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI to inspect Bitcoin Core blocks"
homepage = "https://bitcoinresearchkit.org"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bitcoinresearchkit/brk"

[[bin]]
name = "blk"
path = "src/main.rs"

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

[dependencies.brk_error]
version = "0.3.4"

[dependencies.brk_reader]
version = "0.3.4"

[dependencies.brk_rpc]
version = "0.3.4"

[dependencies.brk_types]
version = "0.3.4"

[dependencies.owo-colors]
version = "4.3.0"
features = ["supports-colors"]

[dependencies.serde_json]
version = "1.0.150"
features = [
    "float_roundtrip",
    "preserve_order",
]