# 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 = "2018" name = "ansi-cut" version = "0.2.0" authors = ["Maxim Zhiburt "] description = "A library for cutting a string while preserving colors." homepage = "https://github.com/zhiburt/ansi-cut" documentation = "https://docs.rs/ansi_cut" readme = "README.md" keywords = ["ansi", "color"] categories = ["text-processing", "value-formatting"] license = "MIT" repository = "https://github.com/zhiburt/ansi-cut" [dependencies.ansi-parser] version = "0.8.0" [dev-dependencies.owo-colors] version = "3.2.0"