rtipc 0.7.0

Real-Time IPC, based on a zero-copy, wait-free circular message queue implementation
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"
name = "rtipc"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Real-Time IPC, based on a zero-copy, wait-free circular message queue implementation"
readme = "README.md"
keywords = [
    "ipc",
    "linux",
    "real-time",
]
categories = ["concurrency"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mausys/rtipc-rust"

[features]
predefined_cacheline_size = []

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

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "server"
path = "examples/server.rs"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.30.1"
features = [
    "event",
    "fs",
    "mman",
    "feature",
    "socket",
    "uio",
]