# 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 = "colol" version = "0.4.0" authors = ["Joel ELlis "] exclude = [".vscode/*", "logo.png"] description = "A supersimple terminal color library." homepage = "https://github.com/JoelEllis/colol" documentation = "https://docs.rs/colol/" readme = "README.md" keywords = ["color", "string", "term", "ansi_term", "windows"] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/JoelEllis/colol" resolver = "2" [features] colol = [] default = ["colol"] [target."cfg(target_os=\"windows\")".dependencies.winapi] version = "0.3.9" features = ["errhandlingapi", "consoleapi", "processenv"] [badges.is-it-maintained-issue-resolution] repository = "JoelEllis/colol" [badges.is-it-maintained-open-issues] repository = "JoelEllis/colol" [badges.travis-ci] branch = "master" repository = "derpmarine168/colol/"