# 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 = "2018" name = "concolor-control" version = "0.0.7" description = "Control console coloring across all dependencies" 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_unstable"] [dependencies.atty] version = "0.2.14" optional = true [dependencies.bitflags] version = "1" optional = true [dependencies.concolor-query] version = "^0.0.4" optional = true [features] api_unstable = ["core"] auto = ["interactive", "clicolor", "no_color", "term", "windows"] clicolor = ["core", "concolor-query"] core = ["std", "bitflags"] interactive = ["core", "atty"] no_color = ["core", "concolor-query"] std = [] term = ["core", "concolor-query"] windows = ["core", "concolor-query/windows"]