tokmd-progress 1.7.3

Progress spinner and progress-bar helpers used by tokmd.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "tokmd-progress"
version = "1.7.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Progress spinner and progress-bar helpers used by tokmd."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-progress"
readme = "README.md"
keywords = [
    "cli",
    "progress",
    "spinner",
    "tokmd",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"

[features]
default = []
ui = ["dep:indicatif"]

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

[[test]]
name = "bdd"
path = "tests/bdd.rs"

[[test]]
name = "coverage"
path = "tests/coverage.rs"

[[test]]
name = "deep"
path = "tests/deep.rs"

[[test]]
name = "deep_progress_w49"
path = "tests/deep_progress_w49.rs"

[[test]]
name = "deep_w39"
path = "tests/deep_w39.rs"

[[test]]
name = "deep_w67"
path = "tests/deep_w67.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "noop_w59"
path = "tests/noop_w59.rs"

[[test]]
name = "progress_deep_w76"
path = "tests/progress_deep_w76.rs"

[[test]]
name = "progress_depth_w55"
path = "tests/progress_depth_w55.rs"

[[test]]
name = "progress_depth_w62"
path = "tests/progress_depth_w62.rs"

[[test]]
name = "proptest_w56"
path = "tests/proptest_w56.rs"

[[test]]
name = "proptest_w59"
path = "tests/proptest_w59.rs"

[[test]]
name = "unit"
path = "tests/unit.rs"

[dependencies.indicatif]
version = "0.18.4"
optional = true

[dev-dependencies.proptest]
version = "1"