unistore-progress 0.1.0

Progress tracking capability for UniStore
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["sync", "time"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.unistore-core]
version = "0.1"

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

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

[package]
authors = ["UniStore Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Progress tracking capability for UniStore"
documentation = "https://docs.rs/unistore-progress"
edition = "2021"
homepage = "https://github.com/yangbo1317/unistore"
keywords = ["unistore", "progress", "tracker", "eta"]
license = "MIT OR Apache-2.0"
name = "unistore-progress"
readme = "README.md"
repository = "https://github.com/yangbo1317/unistore"
rust-version = "1.75"
version = "0.1.0"