# 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 = "wealthy" version = "0.2.0" authors = ["wizard-28 "] description = "[Rich](https://github.com/Textualize/rich) ported to Rust!" readme = "README.md" keywords = [ "color", "rich", "port", "term", "cli", ] categories = ["command-line-interface"] license = "GPL-3.0-or-later" repository = "https://github.com/wizard-28/wealthy" [dependencies.cached] version = "0.39.0" [dependencies.fraction] version = "0.11.2" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.lru] version = "0.8.0" [dependencies.maplit] version = "1.0.2" [dependencies.regex] version = "1.5.5" [dependencies.separator] version = "0.4.1" [dependencies.unicode-segmentation] version = "1.10.0" [dev-dependencies.rstest] version = "0.15.0"