[package]
name = "aicent-stack"
version = "1.2.5-alpha"
edition = "2021"
authors = ["Aicent Stack Technical Committee <admin@aicent.com>"]
description = "The Grand Orchestrator for Aicent Stack. The 128-bit supreme root of the indivisible 17-component sovereign AI lifeform 2026."
license = "Apache-2.0"
homepage = "http://aicent.com"
repository = "http://github.com/Aicent-Stack/aicent-stack"
[dependencies]
epoekie = { version = "1.2.5-alpha" }
aicent = { version = "1.2.5-alpha" }
rttp = { version = "1.2.5-alpha" }
rpki-com = { version = "1.2.5-alpha" }
zcmk = { version = "1.2.5-alpha" }
gtiot = { version = "1.2.5-alpha" }
aicent-net = { version = "1.2.5-alpha" }
bewho = { version = "1.2.5-alpha" }
cmtn = { version = "1.2.5-alpha" }
iqa-org = { version = "1.2.5-alpha" }
sascar = { version = "1.2.5-alpha" }
itsun = { version = "1.2.5-alpha" }
moloon = { version = "1.2.5-alpha" }
dioon = { version = "1.2.5-alpha" }
picsi = { version = "1.2.5-alpha" }
maxcap = { version = "1.2.5-alpha" }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
futures = "0.3"
[features]
default = ["full-blood"]
full-blood = [
"epoekie/full-blood",
"aicent/full-blood",
"rttp/full-blood",
"rpki-com/full-blood",
"zcmk/full-blood",
"gtiot/full-blood",
"aicent-net/full-blood",
"bewho/full-blood",
"cmtn/full-blood",
"iqa-org/full-blood",
"sascar/full-blood",
"itsun/full-blood",
"moloon/full-blood",
"dioon/full-blood",
"picsi/full-blood",
"maxcap/full-blood"
]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]