[[bin]]
name = "rgrc"
path = "src/main.rs"
[dependencies.argparse]
version = "^0.2.2"
[dependencies.console]
version = "^0.16.1"
[dependencies.debug_print]
version = "^1.0.0"
[dependencies.fancy-regex]
version = "^0.16.2"
[dependencies.lazy_static]
version = "^1.5.0"
[dependencies.shellexpand]
version = "^3.1.1"
[dependencies.which]
version = "^8.0.0"
[lib]
name = "rgrc"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Rusty Generic Colouriser"
edition = "2024"
homepage = "https://github.com/lazywalker/rgrc"
keywords = ["cli", "grc"]
license = "MIT"
name = "rgrc"
readme = "README.md"
repository = "https://github.com/lazywalker/rgrc"
version = "0.2.3"
[profile.bench]
debug = 1
[profile.minimal]
codegen-units = 1
inherits = "release"
lto = true
opt-level = "z"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = true
[[test]]
name = "colorizer_tests"
path = "tests/colorizer_tests.rs"
[[test]]
name = "grc_tests"
path = "tests/grc_tests.rs"
[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"