# 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 = "shell-toy" version = "0.6.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = 'A "fortune | cowsay" implementation in Rust, i.e. a nice little toy to liven up your shell.' readme = "README.md" keywords = [ "terminal", "customization", "fortune", "cowsay", "fortune-cookie", ] license = "MIT" repository = "https://github.com/FaceFTW/shell-toy" [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 panic = "abort" strip = true [[bin]] name = "sh-toy" path = "src/main.rs" [dependencies.argh] version = "0.1" [dependencies.cfg-if] version = "1" [dependencies.getrandom] version = "0.2" [dependencies.nom] version = "7" [dependencies.owo-colors] version = "4" [dependencies.strip-ansi-escapes] version = "0.2" [dependencies.textwrap] version = "0.16" [dependencies.tinyrand] version = "0.5" [dependencies.unicode-width] version = "0.1" [build-dependencies.cfg-if] version = "1" [build-dependencies.fs_extra] version = "1.3" [build-dependencies.proc-macro2] version = "1" [build-dependencies.quote] version = "1" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.toml] version = "0.8" [build-dependencies.zip] version = "2.2" features = [ "deflate", "deflate64", "lzma", "xz", ] default-features = false [features] default = [] inline-cowsay = [] inline-fortune = [] inline-off-fortune = [] lite = [] max = [ "inline-fortune", "inline-off-fortune", "inline-cowsay", ] standard = [ "inline-fortune", "inline-cowsay", ]