# 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 = "lolcow-fortune" version = "0.1.11" authors = ["David Knaack "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`fortunes` combined with `lolcat` and `cowsay`!" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/davidkna/lolcow-fortune-rs" [lib] name = "lolcow_fortune" path = "src/lib.rs" [[bin]] name = "lolcow-fortune" path = "src/main.rs" required-features = ["build-binary"] [dependencies.clap] version = "4.5.16" features = [ "derive", "wrap_help", ] optional = true [dependencies.deku] version = "0.17.0" [dependencies.directories] version = "5.0.1" optional = true [dependencies.fastrand] version = "2.1.0" [dependencies.flate2] version = "1.0.31" features = ["rust_backend"] optional = true default-features = false [dependencies.itertools] version = "0.13.0" [dependencies.lcat] version = "0.7.14" optional = true [dependencies.lcowsay] version = "0.5.10" optional = true [dependencies.memchr] version = "2.7.4" [dependencies.tar] version = "0.4.41" optional = true [dependencies.thiserror] version = "1.0.63" [dependencies.ureq] version = "2.10.1" features = [ "tls", "native-certs", ] optional = true default-features = false [features] build-binary = [ "clap", "directories", "flate2", "lcat", "lcowsay", "tar", "ureq", ] default = ["build-binary"]