maxcap 0.1.1-alpha

MAXCAP: The Proprietary Grand Integration Engine for the Aicent Stack. Optimized for Maximum Capacity and Sub-100µs Reflex Arcs.
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 = "2024"
rust-version = "1.85.0"
name = "maxcap"
version = "0.1.1-alpha"
authors = ["Sovereign Architects of epoekie <alliances@aicent.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MAXCAP: The Proprietary Grand Integration Engine for the Aicent Stack. Optimized for Maximum Capacity and Sub-100µs Reflex Arcs."
homepage = "http://maxcap.com"
documentation = "http://maxcap.com/docs"
readme = "README.md"
keywords = [
    "maxcap",
    "pro-engine",
    "sovereign-ai",
    "hft",
    "low-latency",
]
categories = [
    "asynchronous",
    "network-programming",
    "hardware-support",
    "science",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/Aicent-Stack/MAXCAP"

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

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

[dependencies.aicent-net]
version = "0.1.0-alpha"

[dependencies.anyhow]
version = "1.0"

[dependencies.bytes]
version = "1.6"
features = ["serde"]

[dependencies.crossbeam]
version = "0.8"

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

[dependencies.gtiot]
version = "0.1.0-alpha"

[dependencies.rpki-com]
version = "0.1.0-alpha"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.37"
features = [
    "full",
    "tracing",
]

[dependencies.tracing]
version = "0.1"

[dependencies.zcmk]
version = "0.1.0-alpha"

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