[package]
edition = "2024"
rust-version = "1.85.0"
name = "aicent-stack"
version = "0.1.0-alpha"
authors = ["Aicent Stack Team <lee@aicent.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Master Orchestrator for the Aicent Stack. An umbrella crate that synchronizes all seven sovereign AI domains."
homepage = "http://aicent.com"
documentation = "https://github.com/Aicent-Stack/aicent-docs"
readme = "README.md"
keywords = [
"aicent-stack",
"sovereign-ai",
"low-latency",
"swarm-ai",
"hive-mind",
]
categories = [
"asynchronous",
"network-programming",
"science",
"cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/Aicent-Stack/aicent-stack"
[lib]
name = "aicent_stack"
path = "src/lib.rs"
[dependencies.aicent]
version = "0.1.0-alpha"
[dependencies.aicent-net]
version = "0.1.0-alpha"
[dependencies.epoekie]
version = "0.1.0-alpha"
[dependencies.gtiot]
version = "0.1.0-alpha"
[dependencies.rpki-com]
version = "0.1.0-alpha"
[dependencies.rttp]
version = "0.1.0-alpha"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.tokio]
version = "1.37"
features = ["full"]
[dependencies.zcmk]
version = "0.1.0-alpha"
[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"