progress-token 0.1.0

A library for tracking progress of long-running tasks
Documentation
[dependencies.futures]
features = ["std"]
version = "0.3"

[dependencies.pin-project-lite]
version = "0.2.16"

[dependencies.tokio]
features = ["sync", "macros"]
version = "1.44"

[dependencies.tokio-stream]
features = ["sync"]
version = "0.1"

[dependencies.tokio-util]
version = "0.7.14"

[dev-dependencies.tokio]
features = ["sync", "time", "macros", "rt-multi-thread"]
version = "1.44"

[lib]
name = "progress_token"
path = "src/lib.rs"

[package]
authors = ["Ibiyemi Abiodun <ibiyemi@intulon.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for tracking progress of long-running tasks"
edition = "2024"
license = "MIT"
name = "progress-token"
readme = "README.md"
repository = "https://github.com/laptou/progress-token"
version = "0.1.0"