pastel 0.12.0

A command-line tool to generate, analyze, convert and manipulate colors
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 = "2021"
rust-version = "1.83.0"
name = "pastel"
version = "0.12.0"
authors = ["David Peter <mail@david-peter.de>"]
build = "build.rs"
exclude = ["doc/pastel.gif"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool to generate, analyze, convert and manipulate colors"
homepage = "https://github.com/sharkdp/pastel"
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sharkdp/pastel"

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

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[bench]]
name = "parse_color"
path = "benches/parse_color.rs"
harness = false

[dependencies.clap]
version = "4"
features = [
    "suggestions",
    "color",
    "wrap_help",
    "cargo",
]

[dependencies.nom]
version = "7.1.3"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.output_vt100]
version = "0.1"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.12"

[dev-dependencies.approx]
version = "0.5.0"

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.rand_xoshiro]
version = "0.7.0"

[build-dependencies.clap]
version = "4"
features = ["cargo"]

[build-dependencies.clap_complete]
version = "4"

[build-dependencies.clap_mangen]
version = "0.2"

[build-dependencies.once_cell]
version = "1.21.3"

[build-dependencies.output_vt100]
version = "0.1"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(pastel_normal_build)"]

[profile.release]
lto = true
codegen-units = 1
strip = true