colormake 0.1.2

A fast, lightweight tool to colorize make output for better readability.
[[bin]]
name = "colormake"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.53"

[dependencies.regex-lite]
version = "0.1.8"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[package]
authors = ["anhkhoakz"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A fast, lightweight tool to colorize make output for better readability."
documentation = "https://docs.rs/crate/colormake"
edition = "2024"
keywords = ["make", "color", "terminal", "cli"]
license = "GPL-3.0"
name = "colormake"
readme = "README.md"
repository = "https://git.sr.ht/~anhkhoakz/colormake"
version = "0.1.2"