brk_mempool 0.1.2

Bitcoin mempool monitor with fee estimation
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_mempool"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bitcoin mempool monitor with fee estimation"
homepage = "https://bitcoinresearchkit.org"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bitcoinresearchkit/brk"

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

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

[dependencies.brk_error]
version = "0.1.2"

[dependencies.brk_rpc]
version = "0.1.2"

[dependencies.brk_types]
version = "0.1.2"

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

[dependencies.parking_lot]
version = "0.12.5"

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

[dependencies.smallvec]
version = "1.15.1"

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

[dev-dependencies.brk_logger]
version = "0.1.2"