# 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 = "richterm" version = "0.5.0" authors = ["Abdur-Rahmaan Janhangeer "] description = "rich terminal, follow's python's famous rich library" homepage = "https://github.com/Abdur-RahmaanJ/richterm" documentation = "https://docs.rs/richterm" readme = "README.md" keywords = [ "cli", "terminal", "colors", "console", "ansi", ] license = "MIT" repository = "https://github.com/Abdur-RahmaanJ/richterm" [lib] name = "richterm" path = "src/lib.rs" [dependencies.regex] version = "1.9.1"