[package]
edition = "2024"
name = "hotmint-staking"
version = "0.8.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Staking toolkit for Hotmint BFT consensus — validator registration, delegation, slashing, rewards"
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_staking"
path = "src/lib.rs"
[[test]]
name = "staking_test"
path = "tests/staking_test.rs"
[dependencies.hotmint-types]
version = "0.8.1"
[dependencies.ruc]
version = "9.3"
[dependencies.serde]
version = "1"
features = ["derive"]