aicent-net 1.2.4-alpha

RFC-006: The Hive Layer. Planetary collective intelligence and swarm resonance with 128-bit precision for the Aicent Stack 2026. Aligned with RFC-014 (PICSI).
# 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"
name = "aicent-net"
version = "1.2.4-alpha"
authors = ["Aicent Stack Technical Committee <admin@aicent.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RFC-006: The Hive Layer. Planetary collective intelligence and swarm resonance with 128-bit precision for the Aicent Stack 2026. Aligned with RFC-014 (PICSI)."
homepage = "http://aicent.net"
readme = "README.md"
license = "Apache-2.0"
repository = "http://github.com/Aicent-Stack/aicent-net"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["full-blood"]
full-blood = [
    "epoekie/full-blood",
    "aicent/full-blood",
    "rttp/full-blood",
]

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

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies.aicent]
version = "1.2.4-alpha"

[dependencies.epoekie]
version = "1.2.4-alpha"

[dependencies.rttp]
version = "1.2.4-alpha"

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

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

[dev-dependencies]