cprintf 0.2.0

A tool to format with color and style
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"
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