polychrome 3.0.1

A crate for printing colored and underlined text in the terminal.
Documentation
[dependencies.rand]
version = "0.8.5"

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

[package]
authors = ["Elias Leguizamon <elias.leguizamon1997@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A crate for printing colored and underlined text in the terminal."
documentation = "https://docs.rs/polychrome/latest/polychrome/"
edition = "2021"
license = "MIT"
name = "polychrome"
readme = "README.md"
version = "3.0.1"

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