[dependencies.async-local]
version = "0.6"
[dependencies.async_t]
version = "0.7"
[dependencies.cache-padded]
version = "1.2"
[dependencies.derive-stack-queue]
version = "0.0.1-beta.15"
[dependencies.diesel]
optional = true
version = "2"
[dependencies.pin-project]
version = "1"
[dependencies.shutdown-barrier]
version = "1"
[dependencies.tokio]
features = ["rt"]
version = "1"
[dev-dependencies.futures]
version = "0.3.25"
[dev-dependencies.tokio]
features = ["rt", "sync", "macros", "rt-multi-thread"]
version = "1"
[features]
boxed = ["async_t/boxed", "async-local/boxed"]
default = []
diesel-associations = ["diesel"]
[lib]
bench = false
doctest = false
[package]
authors = ["Thomas Sieverding <Thomas@bajix.com>"]
description = "Heapless auto-batching queue"
edition = "2021"
license = "MIT"
name = "stack-queue"
readme = "README.md"
repository = "https://github.com/Bajix/stack-queue/"
resolver = "1"
version = "0.0.1-beta.15"
[package.metadata.docs.rs]
features = ["boxed", "diesel-associations"]
[target."cfg(loom)".dependencies.futures-test]
version = "0.3.25"
[target."cfg(loom)".dependencies.loom]
features = ["futures"]
version = "0.5.6"