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