[package]
edition = "2024"
rust-version = "1.94"
name = "qubit-progress"
version = "0.4.4"
authors = ["Haixing Hu <starfish.hu@gmail.com>"]
build = false
exclude = [
"align-ci.sh",
"ci-check.sh",
"coverage.sh",
"style-check.sh",
"update-submodule.sh",
".github/*",
".llvm-cov.toml",
".cargo-audit.toml.example",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic progress reporting abstractions for Qubit Rust libraries"
homepage = "https://github.com/qubit-ltd/rs-progress"
documentation = "https://docs.rs/qubit-progress"
readme = "README.md"
keywords = [
"progress",
"reporting",
"status",
"stage",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/qubit-ltd/rs-progress"
[lib]
name = "qubit_progress"
path = "src/lib.rs"
doctest = true
[[test]]
name = "mod"
path = "tests/mod.rs"
[dependencies.log]
version = "0.4"