aicent 1.2.1-Alpha

Sovereign AI Identity & Cognitive Orchestration Protocol [RFC-001]. The Brain Layer. (Ghost Stub)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75.0"
name = "aicent"
version = "1.2.1-Alpha"
authors = ["Aicent Stack Technical Committee <lee@Aicent.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sovereign AI Identity & Cognitive Orchestration Protocol [RFC-001]. The Brain Layer. (Ghost Stub)"
homepage = "http://aicent.com"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Aicent-Stack/aicent"

[features]
commercial-lock = []
default = [
    "std",
    "commercial-lock",
]
std = [
    "epoekie/std",
    "rttp/std",
    "rpki-com/std",
    "zcmk/std",
]

[lib]
name = "aicent"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.crossbeam]
version = "0.8"

[dependencies.epoekie]
version = "1.2.1-Alpha"

[dependencies.once_cell]
version = "1.18"

[dependencies.rpki-com]
version = "1.2.1-Alpha"

[dependencies.rttp]
version = "1.2.1-Alpha"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.32"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.zcmk]
version = "1.2.1-Alpha"