async-ringbuf 0.1.3

Async SPSC FIFO ring buffer
Documentation
[dependencies.futures]
default-features = false
version = "0.3.23"

[dependencies.ringbuf]
default-features = false
version = "0.3.3"

[dependencies.tokio]
default-features = false
optional = true
version = "1.0"
[dev-dependencies.futures]
features = ["executor", "thread-pool"]
version = "0.3.23"

[features]
alloc = ["ringbuf/alloc"]
default = ["alloc", "std"]
impl-tokio = ["std", "tokio"]
std = ["alloc", "ringbuf/std", "futures/std"]

[package]
categories = ["asynchronous", "concurrency", "data-structures", "no-std"]
description = "Async SPSC FIFO ring buffer"
documentation = "https://docs.rs/async-ringbuf"
edition = "2021"
homepage = "https://github.com/agerasev/async-ringbuf"
keywords = ["async", "spsc", "ring-buffer", "rb", "fifo"]
license = "MIT/Apache-2.0"
name = "async-ringbuf"
readme = "README.md"
repository = "https://github.com/agerasev/async-ringbuf.git"
resolver = "2"
version = "0.1.3"