# 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 = "painted" version = "1.0.0" authors = [ "Demir Yerli ", "Thomas Wickham ", ] description = "Colored reborn (altough I won't maintain it much as I only need to publish a new version of colored)" homepage = "https://github.com/mrquantumoff/painted" readme = "README.md" keywords = [ "color", "string", "term", "ansi_term", "term-painter", ] license = "MPL-2.0" repository = "https://github.com/mrquantumoff/painted" resolver = "2" [dependencies.atty] version = "0.2" [dependencies.lazy_static] version = "1" [dev-dependencies.ansi_term] version = "0.12" [dev-dependencies.rspec] version = "=1.0.0-beta.3" [features] no-color = [] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "consoleapi", "processenv", "winbase", ] default-features = false