[dependencies.futures-util]
features = ["async-await"]
version = "0.3.12"
[dev-dependencies.tokio]
features = ["full"]
version = "1.3.0"
[package]
authors = ["staticgc <metanym3@gmail.com>"]
categories = ["asynchronous"]
description = "Runtime agnostic way to wait for a group of async tasks"
documentation = "https://docs.rs/taskwait"
edition = "2018"
homepage = "https://github.com/staticgc/taskwait"
keywords = ["async", "await", "wait", "waitgroup", "tasks"]
license-file = "LICENSE"
name = "taskwait"
readme = "README.md"
repository = "https://github.com/staticgc/taskwait"
version = "0.2.1"