rgrc 0.4.3

Rusty Generic Colouriser
Documentation
[[bin]]
name = "rgrc"
path = "src/main.rs"

[dependencies.console]
version = "^0.16.1"

[dependencies.fancy-regex]
version = "^0.16.2"

[dependencies.lazy_static]
version = "^1.5.0"

[dependencies.mimalloc]
version = "^0.1.43"

[dev-dependencies.tempfile]
version = "3.0"

[features]
default = ["embed-configs"]
embed-configs = []
timetrace = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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.4.3"

[package.metadata.deb]
assets = [["target/release/rgrc", "usr/bin/", "755"], ["doc/rgrc.1.gz", "usr/share/man/man1/", "644"], ["etc/rgrc.conf", "etc/", "644"], ["share/conf.*", "usr/share/rgrc/", "644"]]
copyright = "2025, lazywalker <lazywalkerz@gmail.com>"
depends = "$auto"
extended-description = "A fast, Rust-based command-line tool that colorizes output from other commands using grc/grcat-style configuration files. Supports embedded configs, advanced count/replace features, and portable packaging."
license-file = ["LICENSE"]
maintainer = "lazywalker <lazywalkerz@gmail.com>"
priority = "optional"
section = "utility"

[profile.bench]
debug = 1

[profile.minimal]
inherits = "release"
opt-level = "z"

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

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

[[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"

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