[package] name = "term_color_support" version = "0.1.1" edition = "2021" test = true authors = ["Niraj Paudel "] description = "Determine whether a terminal supports color or not, and identify the level of color support." license = "Apache-2.0" repository = "https://github.com/itsmenirajpaudel/term-color-support" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "term_color_support" path = "src/lib.rs" [dependencies] atty = "0.2" os_info = "3" regex = "1.5.4"