ipc-ring48 1.0.1

A bounded 48-byte POSIX shared-memory SPSC queue for Rust.
Documentation
# Third-Party Notices

`ipc-ring48` has one runtime dependency.

## Runtime Dependencies

### libc

* Crate: `libc`
* Source: <https://crates.io/crates/libc>
* Licence: MIT OR Apache-2.0
* Use: POSIX shared memory and related system calls.

## Development and Benchmark Dependencies

### criterion

* Crate: `criterion`
* Source: <https://crates.io/crates/criterion>
* Licence: Apache-2.0 OR MIT
* Use: benchmark harness only.

Criterion's transitive dependencies are development-only for this crate. Final packaged dependency metadata is validated by `cargo package` and `cargo publish --dry-run`.