[dependencies.tokio]
features = ["sync"]
version = "1.23"
[dev-dependencies.tokio]
features = ["macros", "rt", "time"]
version = "1.23"
[lib]
name = "awaitable_bool"
path = "src/lib.rs"
[package]
authors = ["J / Jacob Babich <jacobbabichpublic+git@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "A Tokio-powered awaitable bool (analogous to a flag and highly inspired by Python's `asyncio.Event`, but can be waited for to become 'false' too)"
edition = "2021"
keywords = ["bool", "flag", "async", "tokio", "event"]
license = "MIT OR Apache-2.0"
name = "awaitable-bool"
readme = "README.md"
repository = "https://github.com/babichjacob/awaitable-bool"
version = "0.1.4"