# 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 = "art-prompt-webhook" version = "1.1.0" authors = ["bitfl0wer"] description = "Sends a message to a Discord webhook with a random word from [random-word-form](https://random-word-form.repl.co/random/noun)." readme = "README.md" license = "Unlicense" repository = "https://github.com/bitfl0wer/art-prompt-webhook" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.107"