[dependencies.instant]
version = "0.1.12"
[dependencies.log]
default-features = false
version = "0.4.17"
[dev-dependencies.tokio]
default-features = false
features = ["rt", "sync", "macros"]
version = "1.28.0"
[package]
categories = ["asynchronous", "gui", "wasm"]
description = "Combined progress reporting and cooperative task yielding."
edition = "2021"
exclude = [".github", ".vscode"]
keywords = ["yield", "progressbar"]
license = "MIT OR Apache-2.0"
name = "yield-progress"
publish = true
readme = "README.md"
repository = "https://github.com/kpreid/yield-progress"
rust-version = "1.63.0"
version = "0.1.0"