# 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 = "buddhasay" version = "0.7.1" authors = ["0x6f <0x6f@0x11.io>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Like cowsay, but with a Buddha." homepage = "https://codeberg.org/0x6f/buddhasay" readme = "README.md" keywords = [ "buddhasay", "buddha", "motd", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://codeberg.org/0x6f/buddhasay" [[bin]] name = "buddhasay" path = "src/main.rs" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.209" [dependencies.serde_derive] version = "1.0.209" [dependencies.toml] version = "0.8.19"