subetha 0.1.1

SubEtha (CXC, Cross-Context Channel): MMF-backed cross-process IPC plus adaptive in-process primitives - one byte layout for cross-thread, cross-process, disk, and network. Umbrella crate re-exporting the subetha-core / -pointers / -sidecar / -cxc stack.
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.96"
name = "subetha"
version = "0.1.1"
authors = ["Markus Newton"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SubEtha (CXC, Cross-Context Channel): MMF-backed cross-process IPC plus adaptive in-process primitives - one byte layout for cross-thread, cross-process, disk, and network. Umbrella crate re-exporting the subetha-core / -pointers / -sidecar / -cxc stack."
readme = "README.md"
keywords = [
    "ipc",
    "shared-memory",
    "mmf",
    "cross-process",
    "kernel-bypass",
]
categories = [
    "concurrency",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/Variably-Constant/SubEtha"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "quic-bridge",
    "tcp-bridge",
    "tcp-tls-bridge",
    "tls",
]

[features]
default = []
linux-futex-raw = ["subetha-cxc/linux-futex-raw"]
quic-bridge = ["subetha-cxc/quic-bridge"]
tcp-bridge = ["subetha-cxc/tcp-bridge"]
tcp-tls-bridge = ["subetha-cxc/tcp-tls-bridge"]
tls = ["subetha-cxc/tls"]
wire-locale = ["subetha-cxc/wire-locale"]

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

[dependencies.subetha-core]
version = "0.1.1"

[dependencies.subetha-cxc]
version = "0.1.1"

[dependencies.subetha-pointers]
version = "0.1.1"

[dependencies.subetha-sidecar]
version = "0.1.1"