[package] name = "ansi-cut" version = "0.2.0" authors = ["Maxim Zhiburt "] edition = "2018" description = "A library for cutting a string while preserving colors." repository = "https://github.com/zhiburt/ansi-cut" homepage = "https://github.com/zhiburt/ansi-cut" documentation = "https://docs.rs/ansi_cut" license = "MIT" readme = "README.md" keywords = ["ansi", "color"] categories = ["text-processing", "value-formatting"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ansi-parser = "0.8.0" [dev-dependencies] owo-colors = "3.2.0"