[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]