[package]
edition = "2024"
rust-version = "1.96"
name = "subetha-core"
version = "0.1.11"
authors = ["Markus Newton"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Substrate for the CXC / SubEtha IPC stack: handshake header, observation ring, migration generation, marshal trait, CPU-feature CPUID helpers, and the AxisSignature direction catalog."
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"
[lib]
name = "subetha_core"
path = "src/lib.rs"
[[example]]
name = "obs_ring_memory"
path = "examples/obs_ring_memory.rs"
[dependencies]
[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]