glyphs 0.1.1

Beautiful ANSI escape sequences for terminal styling ✨
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.molten_brand]
optional = true
version = "0.1"

[dev-dependencies]

[features]
brand = ["molten_brand"]
default = []

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

[package]
authors = ["Molten Labs <hello@moltenlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "text-processing"]
description = "Beautiful ANSI escape sequences for terminal styling ✨"
documentation = "https://docs.rs/sigil"
edition = "2021"
homepage = "https://molten.dev/sigil"
include = ["src/**/*", "Cargo.toml", "LICENSE-*", "README.md", "CHANGELOG.md"]
keywords = ["ansi", "terminal", "escape-sequences", "cli", "colors"]
license = "MIT OR Apache-2.0"
name = "glyphs"
readme = "README.md"
repository = "https://github.com/moltenlabs/glyphs"
rust-version = "1.75"
version = "0.1.1"