# 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-forked" version = "0.8.0" authors = ["Maxim Zhiburt "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "ansi_str_forked" path = "src/lib.rs" [[example]] name = "get" path = "examples/get.rs" [[example]] name = "split" path = "examples/split.rs" [[example]] name = "split_at" path = "examples/split_at.rs" [dependencies.ansitok-forked] version = "0.2.0" [dev-dependencies.owo-colors] version = "3.4.0"