[dependencies.easy-sgr-macros]
optional = true
version = "0.1.0"
[features]
from-str = []
macro-only = ["macros"]
macros = ["dep:easy-sgr-macros"]
partial = []
[package]
authors = ["Tamim Hakimi <tamimhakimi21@gmail.com>"]
categories = ["command-line-interface"]
description = "An easy to use Select Graphics Rendition(SGR) library"
edition = "2021"
exclude = ["/scripts, /.settings.json"]
homepage = "https://github.com/4lineclear/easy-sgr/tree/main"
keywords = ["SGR", "cli", "color", "terminal", "text"]
license = "MIT"
name = "easy-sgr"
readme = "README.md"
repository = "https://github.com/4lineclear/easy-sgr/tree/main"
version = "0.1.1"