# 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 = "escapecolors" version = "0.9.1" authors = ["Pierre-Jean Baraud "] description = "Escape Ansi colours (Select Graphic Rendition) from strings" homepage = "https://github.com/naive-coders/rust-escapecolors" readme = "README.md" keywords = ["colors", "ansi", "escape", "sgr", "csi"] license = "MIT" repository = "https://github.com/naive-coders/rust-escapecolors" resolver = "2" [lib] name = "escapecolors" path = "src/lib.rs" [[bin]] name = "escapecolors" path = "src/main.rs" [dependencies]