[package]
edition = "2021"
name = "qae-kernel"
version = "0.1.1"
authors = ["William Tennant <bill@northbeam.solutions>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Domain-agnostic safety certification kernel for AI agents and autonomous systems"
homepage = "https://qaesubstrate.com"
documentation = "https://api.qaesubstrate.com/portal/docs.html"
readme = "README.md"
keywords = [
"safety",
"certification",
"ai-safety",
"constraints",
"deterministic",
]
categories = [
"algorithms",
"mathematics",
]
license = "BUSL-1.1"
repository = "https://github.com/tb8412/qae-finrisk"
[lib]
name = "qae_kernel"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.hex]
version = "0.4"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "1"