aicent-stack 0.1.0-alpha

The Master Orchestrator for the Aicent Stack. An umbrella crate that synchronizes all seven sovereign AI domains.
Documentation
[package]
name = "aicent-stack"
version = "0.1.0-alpha"
edition = "2024"
authors = ["Aicent Stack Team <lee@aicent.com>"]
description = "The Master Orchestrator for the Aicent Stack. An umbrella crate that synchronizes all seven sovereign AI domains."
license = "Apache-2.0"
repository = "https://github.com/Aicent-Stack/aicent-stack"
homepage = "http://aicent.com"
documentation = "https://github.com/Aicent-Stack/aicent-docs"
readme = "README.md"
rust-version = "1.85.0"
publish = true

# -----------------------------------------------------------------------------
# SEARCH & DISCOVERY: Refined for crates.io Indexing (< 20 chars per keyword)
# -----------------------------------------------------------------------------
keywords = [
    "aicent-stack",
    "sovereign-ai",
    "low-latency",
    "swarm-ai",
    "hive-mind"
]

categories = [
    "asynchronous",
    "network-programming",
    "science",
    "cryptography"
]

# -----------------------------------------------------------------------------
# THE UMBRELLA SYNC: Binding the Seven Pillars
# -----------------------------------------------------------------------------
[dependencies]
epoekie    = "0.1.0-alpha"
aicent     = "0.1.0-alpha"
rttp       = "0.1.0-alpha"
rpki-com   = "0.1.0-alpha"
zcmk       = "0.1.0-alpha"
gtiot      = "0.1.0-alpha"
aicent-net = "0.1.0-alpha"

# Standard Runtime Base
tokio = { version = "1.37", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }

# -----------------------------------------------------------------------------
# PROJECT STRUCTURE
# -----------------------------------------------------------------------------
[lib]
name = "aicent_stack"
path = "src/lib.rs"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"