# [AICENT_MEM_ALIGN_64: 0x00000000000000000000000000000000000000000000000000000000000000]
[package]
name = "aicent-stack"
version = "1.2.1-Alpha"
edition = "2021"
rust-version = "1.75.0"
description = "AICENT-STACK: Imperial Grand Orchestrator & Sentinel. The Unified Sovereign AI Organism Wrapper. (Ghost Stub)"
authors = ["Aicent Stack Technical Committee <lee@Aicent.com>"]
license = "Apache-2.0"
homepage = "http://aicent.com"
repository = "https://github.com/Aicent-Stack/aicent-stack"
readme = "README.md"
[dependencies]
thiserror = '1.0'
epoekie = { version = "1.2.1-Alpha" }
aicent = { version = "1.2.1-Alpha" }
rttp = { version = "1.2.1-Alpha" }
rpki-com = { version = "1.2.1-Alpha" }
zcmk = { version = "1.2.1-Alpha" }
gtiot = { version = "1.2.1-Alpha" }
aicent-net = { version = "1.2.1-Alpha" }
bewho = { version = "1.2.1-Alpha" }
cmtn = { version = "1.2.1-Alpha" }
iqa-org = { version = "1.2.1-Alpha" }
sascar = { version = "1.2.1-Alpha" }
itsun = { version = "1.2.1-Alpha" }
moloon = { version = "1.2.1-Alpha" }
dioon = { version = "1.2.1-Alpha" }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.32", features = ["full"] }
anyhow = "1.0"
tracing = "0.1"
[features]
default = ["std", "radiant"]
std = ["epoekie/std", "rttp/std", "aicent/std"]
radiant = []
[lib]
name = "aicent_stack"
path = "src/lib.rs"