thingbuf 0.1.4

I'm at the buffer pool. I'm at the MPSC channel. I'm at the combination MPSC channel and buffer pool.
Documentation
[dependencies.parking_lot]
default-features = false
optional = true
version = "0.12"

[dependencies.pin-project]
version = "1"
[dev-dependencies.futures-util]
default-features = false
version = "0.3"

[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros", "sync"]
version = "1.14.0"

[features]
alloc = []
default = ["std"]
static = []
std = ["alloc", "parking_lot"]

[package]
authors = ["Eliza Weisman <eliza@buoyant.io>"]
categories = ["asynchronous", "concurrency", "data-structures", "no-std"]
description = "I'm at the buffer pool. I'm at the MPSC channel. I'm at the combination MPSC channel and buffer pool.\n"
edition = "2021"
exclude = ["/.github", "/.cargo", "/bin", "/bench", "/assets"]
homepage = "https://github.com/hawkw/thingbuf"
keywords = ["lock-free", "queue", "channel", "mpsc", "pool"]
license = "MIT"
name = "thingbuf"
readme = "README.md"
repository = "https://github.com/hawkw/thingbuf"
rust-version = "1.57.0"
version = "0.1.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.loom]
inherits = "test"
lto = true
opt-level = 3
[target."cfg(loom)".dev-dependencies.loom]
features = ["checkpoint", "futures"]
version = "0.5.6"

[target."cfg(loom)".dev-dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1"

[target."cfg(loom)".dev-dependencies.tracing-subscriber]
default-features = false
features = ["std", "fmt"]
version = "0.3"