atomic-waker/Cargo.toml

20 lines
565 B
TOML

[package]
name = "atomic-waker"
version = "1.0.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Contributors to futures-rs",
]
edition = "2018"
description = "A synchronization primitive for task wakeup"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/atomic-waker"
homepage = "https://github.com/stjepang/atomic-waker"
documentation = "https://docs.rs/atomic-waker"
keywords = ["waker", "notify", "wake", "futures", "async"]
categories = ["asynchronous", "concurrency"]
readme = "README.md"
[dev-dependencies]
futures = "0.3.5"