[package]
edition = "2021"
name = "tibet-cortex-core"
version = "0.3.0"
authors = [
"Jasper van de Meent <jasper@humotica.nl>",
"Root AI <root_idd@humotica.nl>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tibet-cortex-core: TBZ envelopes, TIBET tokens, and crypto primitives"
readme = "README.md"
keywords = [
"security",
"zero-trust",
"ai",
"provenance",
"cryptography",
]
categories = [
"cryptography",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jaspertvdm/tibet-cortex"
[lib]
name = "tibet_cortex_core"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]
[dependencies.hex]
version = "0.4"
[dependencies.rand]
version = "0.8"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2"
[dependencies.zeroize]
version = "1"
features = ["derive"]