# 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 = "colorz" version = "1.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal text-coloring library" documentation = "https://docs.rs/colorz" readme = "README.md" keywords = [ "cli", "color", "no-std", "terminal", "ansi_term", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/RustyYato/colorz" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "doc", ] rustdoc-args = [ "--cfg", "doc", ] [lib] name = "colorz" path = "src/lib.rs" [[example]] name = "all_xterm_colors" path = "examples/all_xterm_colors.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "colors" path = "examples/colors.rs" [[example]] name = "dyn_colors" path = "examples/dyn_colors.rs" [[example]] name = "mode" path = "examples/mode.rs" [[test]] name = "style" path = "tests/style.rs" [dependencies.supports-color] version = "3" optional = true [features] alloc = [] std = ["alloc"] strip-colors = []