colored_text 0.4.1

A simple library for adding colors and styles to terminal text
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 = "colored_text"
version = "0.4.1"
authors = ["Grant Ramsay <seapagan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple library for adding colors and styles to terminal text"
readme = "README.md"
keywords = [
    "color",
    "terminal",
    "ansi",
    "text",
    "formatting",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/seapagan/colored_text"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies]

[dev-dependencies.rstest]
version = "0.24.0"