ruvix-queue 0.1.0

io_uring-style ring buffer IPC for RuVix Cognition Kernel (ADR-087)
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 = "2021"
rust-version = "1.77"
name = "ruvix-queue"
version = "0.1.0"
authors = ["RuVector Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "io_uring-style ring buffer IPC for RuVix Cognition Kernel (ADR-087)"
readme = "README.md"
keywords = [
    "kernel",
    "ipc",
    "queue",
    "ring-buffer",
    "zero-copy",
]
categories = [
    "concurrency",
    "no-std",
    "embedded",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/ruvector"

[features]
alloc = [
    "ruvix-types/alloc",
    "ruvix-region/alloc",
]
default = ["std"]
stats = ["ruvix-region/stats"]
std = [
    "ruvix-types/std",
    "ruvix-region/std",
]

[lib]
name = "ruvix_queue"
crate-type = ["rlib"]
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[bench]]
name = "queue_bench"
path = "benches/queue_bench.rs"
harness = false

[dependencies.ruvix-region]
version = "0.1.0"

[dependencies.ruvix-types]
version = "0.1.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.5"