[package]
edition = "2024"
name = "whatsapp_handler"
version = "0.2.0"
authors = ["bambby <https://www.linkedin.com/in/bambby-plus/>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive Rust library for WhatsApp Cloud API integration, enabling seamless processing of webhook messages and sending of diverse message types, such as documents, images, videos, interactive messages, and business templates."
documentation = "https://docs.rs/whatsapp_handler"
readme = "README.md"
keywords = [
"whatsapp",
"cloud",
"webhook",
"handler",
"messaging",
]
categories = [
"api-bindings",
"parsing",
]
license = "MIT"
repository = "https://github.com/bambby-plus/whatsapp_handler.git"
[lib]
name = "whatsapp_handler"
path = "src/lib.rs"
[dependencies.reqwest]
version = "0.12.19"
features = ["json"]
[dependencies.serde]
version = "1.0.219"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tokio]
version = "1.45.1"
features = ["full"]