[badges.maintenance]
status = "passively-maintained"
[[example]]
name = "basic"
path = "examples/basic.rs"
[features]
default = ["std"]
std = []
[lib]
name = "wait"
path = "src/lib.rs"
[lints.rust]
unsafe_code = "deny"
[package]
authors = ["Jon Musselwhite"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "Syntactic sugar for calling async functions outside of an async context."
edition = "2021"
exclude = [".gitignore", ".github", ".markdownlint.jsonc"]
keywords = ["async", "futures", "await", "blocking", "synchronization"]
license = "MIT OR Apache-2.0"
name = "wait"
readme = "README.md"
repository = "https://github.com/FlippingBinaryLLC/wait-rs"
rust-version = "1.56.1"
version = "0.2.1"