| # 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 = "ansi-str" |
| version = "0.8.0" |
| authors = ["Maxim Zhiburt <[email protected]>"] |
| description = "A library which provides a set of methods to work with ANSI strings" |
| homepage = "https://github.com/zhiburt/ansi-str" |
| documentation = "https://docs.rs/ansi-str" |
| readme = "README.md" |
| keywords = [ |
| "cli", |
| "color", |
| "ansi", |
| "terminal", |
| "ansi_term", |
| ] |
| categories = [ |
| "text-processing", |
| "command-line-interface", |
| ] |
| license = "MIT" |
| repository = "https://github.com/zhiburt/ansi-str" |
| |
| [dependencies.ansitok] |
| version = "0.2.0" |
| |
| [dev-dependencies.owo-colors] |
| version = "3.4.0" |