[package] authors = [ "ogham@bsago.me", "Ryan Scheel (Havvy) ", "Josh Triplett ", "The Nushell Project Developers", "Brian Merchant", ] description = "Library for ANSI terminal colors and styles (bold, underline)" edition = "2021" license = "MIT OR Apache-2.0" name = "procr_ansi_term" version = "0.2.2" repository = "https://github.com/bzm3r/procr_ansi_term" [lib] doctest = true [features] derive_serde_style = ["serde"] gnu_legacy = [] [dependencies] bitflags = "2.4.0" itertools = "0.11.0" paste = "1.0.14" serde = { version="1.0.152", features=["derive"], optional=true } procr_ansi_format = { version = "0.1.0" } [target.'cfg(windows)'.dependencies.windows] version = "0.48.0" package = "windows-sys" features = [ "Win32_Foundation", "Win32_System_Console", "Win32_Storage_FileSystem", "Win32_Security" ] [dev-dependencies] doc-comment = "0.3.3" serde_json = "1.0.94"