[package]
edition = "2021"
name = "cprintf"
version = "0.2.0"
authors = ["Ununhexium <uuh116@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to format with color and style"
homepage = "https://github.com/ununhexium/cprintf/blob/v0.2.0/README.md"
readme = "README.md"
keywords = [
"cli",
"print",
"echo",
"color",
"format",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/ununhexium/cprintf"
[lib]
name = "cprintf"
path = "src/lib.rs"
[[bin]]
name = "cprintf"
path = "src/main.rs"
[dependencies.itertools]
version = "0.11.0"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.regex]
version = "1.9.5"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.predicates]
version = "2.1"
[profile.release]
strip = true