# 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 = "discord-webhook-cli" version = "0.1.1" authors = ["ActuallyHappening actuallyhappening42@gmail.com"] description = "Simple CLI for Discord webhooks (not discord bots)" homepage = "https://github.com/ActuallyHappening/Discord-Webhook-CLI" readme = "README.md" keywords = [ "discord", "webhook", "cli", "command-line", "tool", ] license = "MIT" repository = "https://github.com/ActuallyHappening/Discord-Webhook-CLI" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.2" features = [ "derive", "env", ] [dependencies.dotenv] version = "0.15.0" [dependencies.human-panic] version = "1.2.0" [dependencies.reqwest] version = "0.11.20" features = ["json"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17"