waitfree-sync 0.3.2

A collection of wait-free data structures
Documentation
[package]
name = "waitfree-sync"
version = "0.3.2"
edition = "2021"
rust-version = "1.66"
license = "MIT OR Apache-2.0"
repository = "https://github.com/novomation/waitfree-sync"
homepage = "https://github.com/novomation/waitfree-sync"
authors = ["Marc Fischer"]
readme = "Readme.md"
exclude = [".github/*"]
description = "A collection of wait-free data structures"
keywords = ["wait-free", "queue", "buffer", "non-blocking", "lock-free"]
categories = ["concurrency", "memory-management", "data-structures"]

[dependencies]
crossbeam-utils = "0.8"

[target.'cfg(loom)'.dependencies]
loom = "0.7"


[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }