[package] name = "async-wakers" description = "A container to register and notify task wakers." version = "0.1.0-alpha.22" homepage = "https://github.com/ecatehq/async-wakers" repository = "https://github.com/ecatehq/async-wakers" documentation = "https://docs.rs/async-wakers" keywords = ["async", "await", "futures", "task", "waker"] categories = ["asynchronous", "concurrency", "data-structures"] readme = "README.md" license-file = "LICENSE.txt" authors = ["Matthieu Le brazidec "] edition = "2018" [features] default = [] [dependencies.crossbeam-utils] version = "0.7" default-features = false [dev-dependencies] tokio = { version = "0.2", features = ["macros", "rt-threaded", "time"] }