[dependencies.atomig]
default-features = false
features = []
version = "0.4.3"
[features]
default = []
[lib]
name = "takeaway"
path = "src/lib.rs"
[package]
authors = ["arya dradjica <uhe8ob7m71igsl1d@bal-e.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures", "no-std"]
description = "An efficient work-stealing task queue with prioritization and batching."
edition = "2024"
homepage = "https://git.sr.ht/~bal-e/takeaway"
keywords = ["task-scheduling", "work-stealing", "data-structures"]
license = "MIT OR Apache-2.0"
name = "takeaway"
readme = "README.md"
repository = "https://git.sr.ht/~bal-e/takeaway"
rust-version = "1.85.0"
version = "0.0.1"