[go: up one dir, main page]

color-print 0.2.0

Colorize and stylize strings at compile-time, by using an HTML-like syntax
Documentation
[package]
name = "color-print"
version = "0.2.0"
edition = "2018"
authors = ["Johann David <johann.david.dev@protonmail.com>"]
license = "MIT OR Apache-2.0"
description = "Colorize and stylize strings at compile-time, by using an HTML-like syntax"
keywords = ["color", "terminal", "ansi", "terminfo"]
repository = "https://gitlab.com/yolenoyer/color-print"
readme = "README.md"

[features]
terminfo = [
    "color-print-proc-macro/terminfo",
    "lazy_static",
    "terminfo_crate",
]

[dependencies]
color-print-proc-macro = "0.2.0"
lazy_static = { version = "1.4.0", optional = true }
terminfo_crate = { version = "0.7.3", optional = true, package = "terminfo" }