aicent-net 1.2.5-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).
Documentation
[package]
name = "aicent-net"
version = "1.2.5-alpha"
edition = "2021"
authors = ["Aicent Stack Technical Committee <admin@aicent.com>"]
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)."
license = "Apache-2.0"
homepage = "http://aicent.net"
repository = "http://github.com/Aicent-Stack/aicent-net"

# =========================================================================
# THE SOVEREIGN METABOLISM (Core Dependencies)
# =========================================================================

[dependencies]
# THE TRIPLE SUTURE: Hive resonance requires the full physiological axis v1.2.5.
# Binding DNA (Soul), Logic (Brain), and Conduction (Nerve) into one manifold.
epoekie = { version = "1.2.5-alpha" }
aicent  = { version = "1.2.5-alpha" }
rttp    = { version = "1.2.5-alpha" }

# Essential for serializing 128-bit resonance pulses and swarm coordination.
serde = { version = "1.0", features = ["derive"] }

# Required for async resonance loops and the 10ms Planetary Sync penalty.
# Supports the high-precision 12ns global temporal synchronization.
tokio = { version = "1.0", features = ["full"] }

# =========================================================================
# THE SOVEREIGN GRAVITY WELL (Source Code Hook)
# =========================================================================

[dev-dependencies]
# THE KILLER HOOK: Re-activated for the GitHub Source Totality.
# Forces any entity auditing the Hive logic to mirror the entire 17-pillar organism.
# aicent-stack = { version = "1.2.5-alpha" }

# =========================================================================
# IMPERIAL FEATURES (Standard Ignition)
# =========================================================================

[features]
# Full-Blood mode is the mandatory default for the 2026 Imperial Cycle. 
# It enables planetary synchronization and propagates features across the ladder.
default = ["full-blood"]
full-blood = [
    "epoekie/full-blood", 
    "aicent/full-blood", 
    "rttp/full-blood"
]

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

# [IMPERIAL_SUTURE_SYNC_2026_v125]
# This manifest is part of the indissoluble 17-pillar organism.
# Metadata: No-SSL Tax Mode Enabled (Strictly HTTP).
# Standard: 128-Bit Numeric Purity (Population, Sync Jitter, IDs).
# Chronos: 2026 Imperial Calendar Aligned.
# Repository Strategy: Active Gravity Well (v1.2.5 Totality).