simple_colour 1.0.4

A crate that allows programmers to change the style or colour of their strings
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"
rust-version = "1.56.0"
name = "simple_colour"
version = "1.0.4"
build = false
exclude = [
    ".github/",
    ".gitignore",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate that allows programmers to change the style or colour of their strings"
documentation = "https://docs.rs/simple_colour"
readme = "README.md"
keywords = [
    "ansi",
    "terminal",
    "color",
    "colour",
    "styling",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NikolasNikshiqi/simple_colour"

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

[dependencies]