[package]
edition = "2024"
name = "hotmint-mempool"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transaction mempool with FIFO ordering and deduplication for Hotmint"
readme = "README.md"
keywords = [
"consensus",
"tendermint",
"hotstuff",
"hotstuff2",
"bft",
]
license = "GPL-3.0-only"
repository = "https://github.com/rust-util-collections/hotmint"
resolver = "2"
[lib]
name = "hotmint_mempool"
path = "src/lib.rs"
[dependencies.blake3]
version = "1"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.tracing]
version = "0.1"