# 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" name = "procr_ansi_term" version = "0.2.2" 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)" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bzm3r/procr_ansi_term" [lib] doctest = true [dependencies.bitflags] version = "2.4.0" [dependencies.itertools] version = "0.11.0" [dependencies.paste] version = "1.0.14" [dependencies.procr_ansi_format] version = "0.1.0" [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.48.0" features = [ "Win32_Foundation", "Win32_System_Console", "Win32_Storage_FileSystem", "Win32_Security", ] package = "windows-sys"