spaces-printer 0.3.4

A tool for managing sub-processes and showing progress in the terminal
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 = "spaces-printer"
version = "0.3.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for managing sub-processes and showing progress in the terminal"
readme = "README.md"
license = "MIT"
repository = "https://github.com/work-spaces/spaces-printer"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.console]
version = "0.16"

[dependencies.indicatif]
version = "0.18"

[dependencies.owo-colors]
version = "4.1"
features = ["supports-colors"]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.state]
version = "0.6"

[dependencies.strum]
version = "0.26"
features = ["derive"]

[dependencies.terminal_size]
version = "0.4"

[dev-dependencies.flume]
version = "0.11"

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