cli-status-board 0.2.4

Simple and thread-safe CLI visualization of async jobs
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 = "cli-status-board"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple and thread-safe CLI visualization of async jobs"
homepage = "https://github.com/loremdipso/cli-status-board"
readme = "CARGO_README.md"
keywords = [
    "cli",
    "utility",
]
license = "MIT"

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

[[example]]
name = "demo"
path = "examples/demo.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[dependencies.colored]
version = "3.0.0"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.termion]
version = "4.0.5"