ansi-escape-sequences-cli 0.2.3

CLI tool for generating and applying ANSI escape sequences to colorize and style terminal output — ideal for scripts, prompts, and debugging.
# 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.1"
name = "ansi-escape-sequences-cli"
version = "0.2.3"
authors = ["Philipp Schuster <phip1611@gmail.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICSNESE",
    "res",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
CLI tool for generating and applying ANSI escape sequences to colorize and style
terminal output — ideal for scripts, prompts, and debugging.
"""
homepage = "https://github.com/phip1611/ansi-escape-sequences-cli"
documentation = "https://docs.rs/ansi-escape-sequences-cli"
readme = "README.md"
keywords = [
    "ansi",
    "vt100",
    "escape-sequences",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/phip1611/ansi-escape-sequences-cli"

[[bin]]
name = "ansi"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.38"
features = [
    "cargo",
    "color",
    "derive",
    "error-context",
    "help",
    "std",
    "suggestions",
    "usage",
    "wrap_help",
]
default-features = false

[profile.release]
opt-level = "s"
lto = true
strip = true