[dependencies.bitflags]
version = "2.10.0"
[dev-dependencies.heapless]
version = "0.9.2"
[features]
alloc = []
default = ["alloc"]
[lib]
name = "ustyle"
path = "src/lib.rs"
[package]
authors = ["Mikail Plotzky <mp@ypon.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "command-line-interface", "embedded", "parser-implementations"]
description = "A text-styling library for Rust `no_std` embedded targets."
edition = "2024"
keywords = ["style", "ansi", "terminal", "console", "color"]
license = "MIT"
name = "ustyle"
readme = "README.md"
version = "0.1.0"