[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.152"
[dev-dependencies.doc-comment]
version = "0.3.3"
[dev-dependencies.serde_json]
version = "1.0.94"
[features]
derive_serde_style = ["serde"]
gnu_legacy = []
[lib]
doctest = true
[package]
authors = ["ogham@bsago.me", "Ryan Scheel (Havvy) <ryan.havvy@gmail.com>", "Josh Triplett <josh@joshtriplett.org>", "The Nushell Project Developers"]
description = "Library for ANSI terminal colors and styles (bold, underline)"
edition = "2021"
license = "MIT"
name = "nu-ansi-term"
readme = "README.md"
repository = "https://github.com/nushell/nu-ansi-term"
rust-version = "1.62.1"
version = "0.50.1"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Console", "Win32_Storage_FileSystem", "Win32_Security"]
package = "windows-sys"
version = "0.52.0"