discord-webhook-lib 0.1.7

Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff
Documentation
[dependencies.anyhow]
version = "1.0.81"

[dependencies.reqwest]
features = ["json"]
version = "0.12.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.115"

[dependencies.serde_with]
version = "3.7.0"

[dependencies.tokio]
features = ["full"]
version = "1.37.0"

[package]
authors = ["james@koonts.net"]
description = "Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff"
edition = "2021"
keywords = ["discord", "webhook", "lib", "discord-webhook-lib"]
license = "MIT"
name = "discord-webhook-lib"
readme = "README.md"
repository = "https://github.com/helloimalemur/discord-webhook-lib"
version = "0.1.7"