# 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 = "charasay" version = "3.2.0" authors = ["Latif Sulistyo "] description = "The future of cowsay 🐮! Colorful characters saying something 🗨️." readme = "readme.md" keywords = [ "cowsay", "print", "ansi", ] categories = [ "command-line-utilities", "value-formatting", "text-processing", "visualization", "rendering", ] license = "MIT" repository = "https://github.com/latipun7/charasay" [[bin]] name = "chara" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.clap_complete] version = "4.4.5" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.2" [dependencies.rust-embed] version = "8.1.0" features = ["debug-embed"] [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.textwrap] version = "0.16.0" features = ["terminal_size"] [dependencies.unicode-width] version = "0.1.11"