tracing-indicatif 0.3.6

Tracing layer that automatically creates and manages progress bars for active spans.
Documentation
[[example]]
name = "basic"

[[example]]
name = "child_spans"

[[example]]
name = "build_console"

[[example]]
name = "per_span_style"

[[example]]
name = "progress_bar"

[[example]]
name = "filter"

[[example]]
name = "multithread"

[[example]]
name = "stdout_stderr_printing"

[[example]]
name = "dialoguer_suspend"
[dependencies.indicatif]
features = ["in_memory"]
version = "0.17.6"

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-core]
version = "0.1.30"

[dependencies.tracing-subscriber]
version = "0.3.17"
[dev-dependencies.console]
version = "0.15.5"

[dev-dependencies.dialoguer]
version = "0.11.0"

[dev-dependencies.futures]
version = "0.3.26"

[dev-dependencies.rand]
features = ["std_rng"]
version = "0.8.5"

[dev-dependencies.tokio]
features = ["full"]
version = "1.25.0"

[lib]
name = "tracing_indicatif"

[package]
categories = ["command-line-interface"]
description = "Tracing layer that automatically creates and manages progress bars for active spans."
documentation = "https://docs.rs/tracing-indicatif"
edition = "2021"
exclude = ["*.gif"]
keywords = ["cli", "progress", "progressbar", "progress-bar", "tracing"]
license = "MIT"
name = "tracing-indicatif"
readme = "README.md"
repository = "https://github.com/emersonford/tracing-indicatif"
version = "0.3.6"