[dependencies.reqwest]
features = ["json"]
version = "0.12.19"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tokio]
features = ["full"]
version = "1.45.1"
[lib]
name = "whatsapp_handler"
path = "src/lib.rs"
[package]
authors = ["bambby <https://www.linkedin.com/in/bambby-plus/>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "parsing"]
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, and interactive messages."
documentation = "https://docs.rs/whatsapp_handler"
edition = "2024"
keywords = ["whatsapp", "cloud", "webhook", "handler", "messaging"]
license = "MIT"
name = "whatsapp_handler"
readme = "README.md"
repository = "https://github.com/bambby-plus/whatsapp_handler.git"
version = "0.1.1"