[package] name = "wealthy" version = "0.2.0" authors = ["wizard-28 "] edition = "2021" description = "[Rich](https://github.com/Textualize/rich) ported to Rust!" repository = "https://github.com/wizard-28/wealthy" license = "GPL-3.0-or-later" keywords = ["color", "rich", "port", "term", "cli"] categories = ["command-line-interface"] [dependencies] cached = "0.39.0" fraction = { version = "0.11.2", default-features = false } lazy_static = "1.4.0" lru = "0.8.0" maplit = "1.0.2" regex = "1.5.5" separator = "0.4.1" unicode-segmentation = "1.10.0" [dev-dependencies] rstest = "0.15.0"