# 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.13" authors = ["David Knaack "] 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" [dependencies.bstr] version = "1.6.0" [dependencies.clap] version = "4.3.24" features = [ "derive", "wrap_help", ] optional = true [dependencies.colorgrad] version = "0.6.2" default-features = false [dependencies.fastrand] version = "2.0.0" [dependencies.unicode-segmentation] version = "1.10.1" [dependencies.unicode-width] version = "0.1.10" [features] default = ["clap"]