[dev-dependencies.pollster]
version = "0.3"
[features]
alloc = []
default = ["alloc"]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
[package]
authors = ["Asynchronics and contributors"]
categories = ["asynchronous", "concurrency"]
description = """
An async, lock-free synchronization primitive for task wakeup.
"""
edition = "2021"
keywords = ["async", "waker", "atomic", "no_std", "no_alloc"]
license = "MIT OR Apache-2.0"
name = "diatomic-waker"
readme = "README.md"
repository = "https://github.com/asynchronics/diatomic-waker"
rust-version = "1.56"
version = "0.2.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(diatomic_waker_loom)".dev-dependencies.loom]
version = "0.7"
[target."cfg(diatomic_waker_loom)".dev-dependencies.waker-fn]
version = "1.1"