truthlinked-runtime 0.1.0

Deterministic Axiom cell runtime primitives for the TruthLinked post-quantum blockchain.
Documentation
[package]
name = "truthlinked-runtime"
version = "0.1.0"
edition = "2021"
authors = ["TruthLinked Labs <Donatus@truthlinked.org>"]
description = "Deterministic Axiom cell runtime primitives 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-runtime"
keywords = ["truthlinked", "blockchain", "runtime", "axiom", "post-quantum"]
categories = ["cryptography::cryptocurrencies"]
include = ["Cargo.toml", "README.md", "LICENSE", "src/**/*.rs"]

[dependencies]
blake3 = "1.5"
serde = { version = "1", features = ["derive"] }
im = "15"
sha2 = "0.10"
truthlinked-core = { version = "0.1.1", path = "../truthlinked-core" }
truthlinked-governance = "0.1.0"
truthlinked-staking = "0.1.0"
truthlinked-oracle = "0.1.0"