[[example]]
name = "simple"
[[example]]
name = "message"
required-features = ["std"]
[dependencies.basedrop]
version = "0.1"
[dependencies.cache-padded]
version = "1.2.0"
[features]
benchmark = []
default = ["std"]
std = []
[package]
authors = ["Alexey Gerasev <alexey.gerasev@gmail.com>", "Billy Messenger <BillyDM@tutamail.com>"]
categories = ["concurrency", "data-structures", "no-std"]
description = "A fork of the `ringbuf` crate that uses basedrop's Shared pointer in place of Arc"
documentation = "https://docs.rs/ringbuf-basedrop"
edition = "2021"
homepage = "https://github.com/RustyDAW/ringbuf-basedrop"
keywords = ["lock-free", "spsc", "ring-buffer", "rb", "fifo"]
license = "MIT/Apache-2.0"
name = "ringbuf-basedrop"
readme = "README.md"
repository = "https://github.com/RustyDAW/ringbuf-basedrop.git"
resolver = "2"
version = "0.1.0"