# 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 = "string_colorization" version = "1.0.0" authors = ["Jorge Rico Vivas "] description = "Abstracts colorizing strings through a struct to then mass-apply multiple colorizations within the same string, created on top of the colored crate" readme = "README.md" keywords = [ "color", "string", "term-painter", ] categories = [ "no-std", "value-formatting", ] license-file = "LICENSE.txt" repository = "https://github.com/JorgeRicoVivas/string_colorization" [lib] crate-type = ["lib"] [dependencies.colored] version = "2.1.0"