[package]
name = "ansi_rgb"
version = "0.2.0"
authors = ["Matt Thomas <me@matthewathomas.com>"]
edition = "2018"
description = "Colorful console text using ANSI escape sequences"
license = "MIT"
categories = ["no-std", "command-line-interface"]
keywords = ["ansi", "color", "rgb", "no_std", "console"]
readme = "README.md"
repository = "https://github.com/rust-osdev/ansi_rgb"
homepage = "https://github.com/rust-osdev/ansi_rgb"
documentation = "https://docs.rs/ansi_rgb"
[badges]
maintenance = { status = "actively-developed" }
[dependencies]
rgb = "0.8"