# 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 = "lcowsay" version = "0.5.10" authors = ["David Knaack "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cowsay, but combined with lolcat." documentation = "https://docs.rs/lcowsay/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/davidkna/lcowsay-rs" [lib] name = "lcowsay" path = "src/lib.rs" [[bin]] name = "lcowsay" path = "src/main.rs" required-features = ["build-binary"] [dependencies.clap] version = "4.5.16" features = [ "derive", "wrap_help", ] optional = true [dependencies.hyphenation] version = "0.8.4" [dependencies.lcat] version = "0.7.14" optional = true [dependencies.textwrap] version = "0.16.1" features = ["hyphenation"] [dependencies.unicode-width] version = "0.1.13" [features] build-binary = [ "lcat", "clap", ] default = ["build-binary"]