simply_colored 0.1.7

The simplest crate in existence for terminal colors
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 = "2015"
rust-version = "1.70"
name = "simply_colored"
version = "0.1.7"
authors = ["Nik Revenco <pm@nikrev.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The simplest crate in existence for terminal colors"
homepage = "https://github.com/nik-rev/simply-colored"
readme = "README.md"
keywords = [
    "ansi",
    "terminal",
    "color",
    "no_std",
    "termcolor",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "development-tools",
    "value-formatting",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nik-rev/simply-colored"

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

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

[dev-dependencies.anstream]
version = "0.6"