# 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 = "send_discord" version = "0.1.2" authors = ["james@koonts.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "VERY Simple binary for sending discord webhooks" readme = "README.md" keywords = [ "discord", "webhook", "send_discord", "discord-webhook-lib", "send-discord", ] license = "MIT" repository = "https://github.com/helloimalemur/send_discord" [[bin]] name = "send_discord" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.discord-webhook-lib] version = "0.1.7" [dependencies.tokio] version = "1.40.0" features = [ "rt", "rt-multi-thread", "macros", ]