[package] name = "async-control" description = "Asynchronous primitives providing concurrency control." version = "0.1.0-alpha.11" homepage = "https://github.com/ecatehq/async-control" repository = "https://github.com/ecatehq/async-control" documentation = "https://docs.rs/async-control" keywords = ["async", "await", "futures", "concurrency", "control"] categories = ["asynchronous", "concurrency"] readme = "README.md" license-file = "LICENSE.txt" authors = ["Matthieu Le brazidec "] edition = "2018" [features] default = [] [dependencies.async-wakers] version = "0.1.0-alpha.21" default-features = false