[package]
edition = "2021"
name = "truthlinked-governance"
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 = "Governance primitives and protocol parameter rules for the TruthLinked post-quantum blockchain."
homepage = "https://truthlinked.org"
documentation = "https://docs.rs/truthlinked-governance"
readme = "README.md"
keywords = [
"truthlinked",
"blockchain",
"governance",
"post-quantum",
"protocol",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/truth-linked/truthlinked"
[lib]
name = "truthlinked_governance"
path = "src/lib.rs"
[dependencies.im]
version = "15.1.0"
features = ["serde"]
[dependencies.lazy_static]
version = "1.4"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.sha2]
version = "0.10"
[dependencies.truthlinked-core]
version = "0.1.3"