terminal_tools_plus_plus 0.2.1

A collection of enhanced utilities for terminal manipulation and CLI development in Rust.
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 = "terminal_tools_plus_plus"
version = "0.2.1"
authors = ["fox-team-real <foxitochulo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of enhanced utilities for terminal manipulation and CLI development in Rust."
documentation = "https://docs.rs/terminal_tools_plus_plus"
readme = "README.md"
keywords = [
    "cli",
    "terminal",
    "utilities",
    "tools",
    "ansi",
]
categories = [
    "command-line-interface",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/team-fox-real/terminal_tools_plus_plus"

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

[dependencies.colored]
version = "2.1.0"