]> git.proxmox.com Git - cargo.git/blame - vendor/concolor/Cargo.toml
bump version to 0.66.0+pve1-1~bpo11+pve1
[cargo.git] / vendor / concolor / Cargo.toml
CommitLineData
ae0f30b1
FG
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "concolor"
15version = "0.0.8"
16include = ["src/**/*", "Cargo.toml", "LICENSE*", "README.md", "examples/**/*"]
17description = "Control console coloring across all dependencies"
18keywords = ["cli", "color", "no-std", "terminal", "ansi"]
19categories = ["command-line-interface"]
20license = "MIT OR Apache-2.0"
21repository = "https://github.com/rust-cli/concolor"
22[package.metadata.docs.rs]
23features = ["auto", "api_unstable"]
24[dependencies.atty]
25version = "0.2.14"
26optional = true
27
28[dependencies.bitflags]
29version = "1"
30optional = true
31
32[dependencies.concolor-query]
33version = "^0.0.5"
34optional = true
35
36[features]
37api_unstable = ["core"]
38auto = ["interactive", "clicolor", "no_color", "term", "windows"]
39clicolor = ["core", "concolor-query"]
40core = ["std", "bitflags"]
41interactive = ["core", "atty"]
42no_color = ["core", "concolor-query"]
43std = []
44term = ["core", "concolor-query"]
45windows = ["core", "concolor-query/windows"]