whatsapp_handler 0.2.0

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
# 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 = "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"]