# 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 = "terminal-light" version = "1.5.0" authors = ["dystroy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tells you whether your terminal is dark or light" readme = "README.md" keywords = [ "terminal", "light", "dark", "color", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/Canop/terminal-light" [lib] name = "terminal_light" path = "src/lib.rs" [[bin]] name = "terminal-light" path = "src/main.rs" [[example]] name = "dark-or-light" path = "examples/dark-or-light/main.rs" [[example]] name = "fading" path = "examples/fading/main.rs" [[example]] name = "skins" path = "examples/skins/main.rs" [dependencies.coolor] version = "1.0" [dependencies.crossterm] version = "0.28" [dependencies.thiserror] version = "1.0" [dev-dependencies.crossterm] version = "0.28" [target."cfg(unix)".dependencies.xterm-query] version = "0.4"