mmpl 0.3.1

A CLI to stream Bitcoin mempool events as NDJSON
# 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 = "mmpl"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI to stream Bitcoin mempool events as NDJSON"
homepage = "https://bitcoinresearchkit.org"
readme = false
license = "MIT"
repository = "https://github.com/bitcoinresearchkit/brk"

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

[dependencies.brk_error]
version = "0.3.1"

[dependencies.brk_mempool]
version = "0.3.1"

[dependencies.brk_rpc]
version = "0.3.1"

[dependencies.brk_types]
version = "0.3.1"

[dependencies.rustc-hash]
version = "2.1.2"

[dependencies.serde]
version = "1.0.228"

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