[dependencies.light-qsbr]
optional = true
version = ">=1.0.2"
[dependencies.orengine-utils]
version = ">=1.5"
[features]
always_steal = []
default = ["unbounded_slices_always_pow2"]
unbounded_slices_always_pow2 = []
untested_memory_ordering = []
with-light-qsbr = ["light-qsbr"]
[lib]
name = "parcoll"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(parcoll_loom)"]
level = "warn"
priority = 0
[package]
authors = ["Eugene Usachev <https://github.com/Eugene-Usachev> and orengine contributors <team@orengine>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures"]
description = "Collections for parallel computing, such as SPSC, SPMC, and MPSC and MPMC queues."
edition = "2021"
exclude = ["./images/*"]
keywords = ["spmc", "spsc", "mpmc", "queue"]
license = "MIT"
name = "parcoll"
readme = "README.md"
repository = "https://github.com/orengine/parcoll"
rust-version = "1.83.0"
version = "1.4.0"
[target."cfg(parcoll_loom)".dependencies.loom]
version = "0.7.2"
[[test]]
name = "loom_tests"
path = "src/loom.rs"
required-features = ["always_steal"]