[package] name = "discord-webhooks" version = "0.1.0" authors = ["twotxh"] edition = "2018" repository = "https://github.com/twotxh/discord-webhooks/" homepage = "https://github.com/twotxh/discord-webhooks/" description = "This is a simple library for interacting with Discord's webhooks" license = "MIT" keywords = ["discord", "webhooks"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" anyhow = "1.0"