# 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 = "cli-colors" version = "1.0.0" authors = ["Brian Tiburcio "] build = false include = [ "src/**.rs", "LICENSE", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool for outputting text in ANSI format with features like colors, underlining, boldening, and italicizing" readme = "README.md" keywords = [ "cli", "ansi", "color", "formatting", "text", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/BrianTib/cli-color" [lib] name = "cli_colors" path = "src/lib.rs" [dependencies]