blazingly-queue 0.2.2

Runtime-neutral queue traits with an in-memory conformance adapter
Documentation
[package]
name = "blazingly-queue"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Runtime-neutral queue traits with an in-memory conformance adapter"
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme = "README.md"
keywords = ["queue", "jobs", "worker", "messaging", "background"]
categories.workspace = true
publish.workspace = true

[dependencies]

[dev-dependencies]
futures-lite.workspace = true

[lints]
workspace = true

# Without this, docs.rs documents default features only, and every optional
# surface is missing from the rendered page: for the facade that is the
# native server itself. The workspace rustdoc job already builds all
# features under -D warnings, so this asks docs.rs for what CI proves.
[package.metadata.docs.rs]
all-features = true