# 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 = "tuilet" version = "0.3.1" authors = ["pete gamache "] description = "A textual user interface for Toilet, the ANSI-art text generator" homepage = "https://github.com/gamache/tuilet" readme = "README.md" keywords = [ "ansi", "toilet", "figlet", "ascii", ] categories = [ "text-processing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/gamache/tuilet" [[bin]] name = "tuilet" path = "src/main.rs" doc = false [dependencies.ansi-to-tui] version = "6.0.0" [dependencies.arboard] version = "3.4.1" [dependencies.clap] version = "4.5.17" features = ["cargo"] [dependencies.ratatui] version = "0.28.1" [dependencies.regex] version = "1.10.6" [dependencies.tui-textarea] version = "0.6.1"