# 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 = "lcat" version = "0.7.14" authors = ["David Knaack "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Another lolcat in rust! Full unicode support, escapes for ANSI escape sequences, hue shift in Cubehelix." documentation = "https://docs.rs/lcat/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/davidkna/lcat-rs" [lib] name = "lcat" path = "src/lib.rs" [[bin]] name = "lcat" path = "src/main.rs" [dependencies.bstr] version = "1.10.0" [dependencies.clap] version = "4.5.16" features = [ "derive", "wrap_help", ] optional = true [dependencies.colorgrad] version = "0.7.0" features = ["preset"] default-features = false [dependencies.fastrand] version = "2.1.0" [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.unicode-width] version = "0.1.13" [features] default = ["clap"]