[dependencies.anyhow]
version = "1.0.72"
[dependencies.colored]
version = "2.0.4"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.nom]
version = "7.1.3"
[dependencies.regex]
version = "1.9.3"
[package]
authors = ["Jonathan Wight <schwa@schwa.io>"]
categories = ["text-processing", "parsing", "terminal"]
description = "A library for parsing and rendering colored markup with CSS style rules."
edition = "2021"
homepage = "https://github.com/schwa/colored_markup"
keywords = ["markup", "css", "color", "terminal", "ansi"]
license-file = "LICENSE.txt"
name = "colored_markup"
readme = "README.md"
repository = "https://github.com/schwa/colored_markup."
version = "0.1.1"