[package]
name = "truthlinked-staking"
version = "0.1.2"
edition = "2021"
authors = ["TruthLinked Labs <Donatus@truthlinked.org>"]
description = "Validator staking, slashing, and liveness accounting for the TruthLinked post-quantum blockchain."
license = "MIT"
readme = "README.md"
homepage = "https://truthlinked.org"
repository = "https://github.com/truth-linked/truthlinked"
documentation = "https://docs.rs/truthlinked-staking"
keywords = ["truthlinked", "blockchain", "staking", "validators", "post-quantum"]
categories = ["cryptography::cryptocurrencies"]
include = ["Cargo.toml", "README.md", "LICENSE", "src/**/*.rs"]
[dependencies]
truthlinked-core = { version = "0.1.3" }
truthlinked-governance = "0.1.2"
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10"
hex = "0.4"
rand = "0.8"
fips204 = { version = "0.4", features = ["ml-dsa-65"] }
tracing = "0.1"