[package] name = "stylic" version = "0.2.3" authors = ["Samuel McGowan"] description = "A simple, fast library for styling text with ANSI escape codes" keywords = ["ansi", "color", "styling", "terminal", "terminal-colors"] categories = ["command-line-interface", "no-std", "no-std::no-alloc"] repository = "https://github.com/SamuelMcGowan/stylic" readme = "README.md" license = "MPL-2.0" edition = "2021" [dependencies] [features] default = ["std"] std = []