clx 1.0.0

Components for CLI applications
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"
rust-version = "1.85"
name = "clx"
version = "1.0.0"
authors = ["jdx"]
build = false
include = [
    "examples/**/*.rs",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Components for CLI applications"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jdx/clx"

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

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

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

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

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

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

[dependencies.console]
version = "0.16"

[dependencies.indicatif]
version = "0.18"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tera]
version = "1"

[dependencies.terminal_size]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.test-log]
version = "0.2"

[target."cfg(unix)".dependencies.nix]
version = "0.31"
features = [
    "signal",
    "user",
]