[package]
edition = "2024"
rust-version = "1.88"
name = "blazingly-queue"
version = "0.2.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime-neutral queue traits with an in-memory conformance adapter"
homepage = "https://github.com/sergii-ziborov/blazingly"
readme = "README.md"
keywords = [
"framework",
"http",
"api",
"openapi",
"mcp",
]
categories = [
"web-programming::http-server",
"web-programming",
"asynchronous",
"development-tools",
]
license = "MIT"
repository = "https://github.com/sergii-ziborov/blazingly"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "blazingly_queue"
path = "src/lib.rs"
[dependencies]
[dev-dependencies.futures-lite]
version = "2"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"