blob: e491c190b3934782ff2f64d575f72c3a389363eb [file] [log] [blame] [edit]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
rust-version = "1.62.1"
name = "nu-ansi-term"
version = "0.50.1"
authors = [
"[email protected]",
"Ryan Scheel (Havvy) <[email protected]>",
"Josh Triplett <[email protected]>",
"The Nushell Project Developers",
]
description = "Library for ANSI terminal colors and styles (bold, underline)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nushell/nu-ansi-term"
[lib]
doctest = true
[dependencies.serde]
version = "1.0.152"
features = ["derive"]
optional = true
[dev-dependencies.doc-comment]
version = "0.3.3"
[dev-dependencies.serde_json]
version = "1.0.94"
[features]
derive_serde_style = ["serde"]
gnu_legacy = []
[target."cfg(windows)".dependencies.windows]
version = "0.52.0"
features = [
"Win32_Foundation",
"Win32_System_Console",
"Win32_Storage_FileSystem",
"Win32_Security",
]
package = "windows-sys"