# 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 = "term_ansi" version = "0.2.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A super lightweight macros crates to add ANSI Codes to your project" readme = "README.md" keywords = [ "ansi", "colours", "terminal", "coloured", "ansi-terminal", ] categories = [ "development-tools", "command-line-utilities", "command-line-interface", ] license = "MIT" repository = "https://github.com/shubhexists/term_ansi" [lib] name = "term_ansi" path = "src/lib.rs"