# 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" rust-version = "1.60.0" name = "concolor" version = "0.1.1" include = [ "src/**/*", "Cargo.toml", "LICENSE*", "README.md", "examples/**/*", ] description = "Control console coloring across all dependencies" readme = "README.md" keywords = [ "cli", "color", "no-std", "terminal", "ansi", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-cli/concolor" [package.metadata.docs.rs] features = [ "auto", "api", ] [dependencies.bitflags] version = "1" optional = true [dependencies.concolor-override] version = "1.0.0" optional = true [dependencies.concolor-query] version = "0.3.2" optional = true [dependencies.is-terminal] version = "0.4" optional = true [features] api = [ "core", "dep:concolor-override", ] auto = [ "interactive", "clicolor", "no_color", "term", "windows", ] clicolor = [ "core", "dep:concolor-query", ] core = [ "std", "dep:bitflags", ] interactive = [ "core", "dep:is-terminal", ] no_color = [ "core", "dep:concolor-query", ] std = [] term = [ "core", "dep:concolor-query", ] windows = [ "core", "dep:concolor-query", ]