hotmint-consensus 0.8.2

HotStuff-2 consensus state machine and engine for Hotmint
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 = "hotmint-consensus"
version = "0.8.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HotStuff-2 consensus state machine and engine 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_consensus"
path = "src/lib.rs"

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[[test]]
name = "four_node"
path = "tests/four_node.rs"

[[bench]]
name = "consensus_bench"
path = "benches/consensus_bench.rs"
harness = false

[dependencies.blake3]
version = "1"

[dependencies.hotmint-crypto]
version = "0.8.2"

[dependencies.hotmint-types]
version = "0.8.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.prometheus-client]
version = "0.23"

[dependencies.ruc]
version = "9.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tracing-subscriber]
version = "0.3"