# 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 = "kittysay" version = "0.8.0" authors = ["uncenter "] description = "cowsay, but with a cute kitty :3" homepage = "https://github.com/uncenter/kittysay" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/uncenter/kittysay" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.clap-stdin] version = "0.4.0" [dependencies.color-eyre] version = "0.6.3" [dependencies.console] version = "0.15.8" [dependencies.crossterm] version = "0.27.0" [dependencies.textwrap] version = "0.16.1" [dependencies.unicode-width] version = "0.1.12" [lints.clippy] all = "warn" pedantic = "warn"