[[bench]]
harness = false
name = "bench_main"
[[bench]]
harness = false
name = "bench_slices"
[dependencies.crossbeam-utils]
default-features = false
version = "0.8.19"
[features]
alloc = []
default = ["alloc"]
[package]
authors = ["Skilfingr <skilvingr@gmail.com>"]
categories = ["asynchronous", "concurrency", "data-structures", "no-std", "no-std::no-alloc"]
description = "A very simple lock-free SPSC ring buffer, with in-place mutability."
documentation = "https://docs.rs/mutringbuf"
edition = "2021"
keywords = ["lock-free", "mutable", "ring", "circular", "buffer"]
license = "MIT OR Apache-2.0"
name = "mutringbuf"
readme = "README.md"
repository = "https://github.com/Skilvingr/rust-mutringbuf"
version = "0.1.2"
[target."cfg(bench)".dependencies.criterion]
version = "0.5.1"
[target."cfg(cpal)".dependencies.cpal]
version = "0.15.3"