[package]
edition = "2021"
name = "truthlinked-runtime"
version = "0.1.0"
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 = "Deterministic Axiom cell runtime primitives for the TruthLinked post-quantum blockchain."
homepage = "https://truthlinked.org"
documentation = "https://docs.rs/truthlinked-runtime"
readme = "README.md"
keywords = [
"truthlinked",
"blockchain",
"runtime",
"axiom",
"post-quantum",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/truth-linked/truthlinked"
[lib]
name = "truthlinked_runtime"
path = "src/lib.rs"
[dependencies.blake3]
version = "1.5"
[dependencies.im]
version = "15"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.sha2]
version = "0.10"
[dependencies.truthlinked-core]
version = "0.1.1"
[dependencies.truthlinked-governance]
version = "0.1.0"
[dependencies.truthlinked-oracle]
version = "0.1.0"
[dependencies.truthlinked-staking]
version = "0.1.0"