[package]
edition = "2024"
rust-version = "1.85.0"
name = "aicent"
version = "0.1.0-alpha"
authors = ["Aicent Stack Team <alliances@aicent.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Cognitive Orchestration Layer of the Aicent Stack: Sovereign Identity and Intent Sharding."
homepage = "http://aicent.com"
documentation = "https://github.com/Aicent-Stack/aicent/blob/main/README.md"
readme = "README.md"
keywords = [
"sovereign-ai",
"orchestration",
"cognitive-hub",
"rfc-001",
"intelligence",
]
categories = [
"asynchronous",
"network-programming",
"science",
"cryptography",
"concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/Aicent-Stack/aicent"
[lib]
name = "aicent"
path = "src/lib.rs"
[[example]]
name = "demo"
path = "examples/demo.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.crossbeam]
version = "0.8"
[dependencies.once_cell]
version = "1.19"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
version = "1.37"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = "symbols"