[dependencies.base64]
version = "0.22"
[dependencies.mime]
version = "0.3"
[dependencies.mime_guess]
version = "2.0"
[dependencies.reqwest]
features = ["json", "multipart"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.url]
version = "2.5"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.wiremock]
version = "0.6"
[features]
default = []
[lib]
name = "wacloudapi"
path = "src/lib.rs"
[package]
authors = ["Abdul Muttaqin <cp@imtaqin.id>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming"]
description = "Rust SDK for WhatsApp Cloud API (Meta Business Platform)"
documentation = "https://docs.rs/wacloudapi"
edition = "2021"
keywords = ["whatsapp", "cloud-api", "meta", "messaging", "sdk"]
license = "MIT"
name = "wacloudapi"
readme = "README.md"
repository = "https://github.com/fdciabdul/whatsapp-cloud-api-rs"
version = "0.1.0"
[[test]]
name = "analytics_test"
path = "tests/analytics_test.rs"
[[test]]
name = "block_test"
path = "tests/block_test.rs"
[[test]]
name = "client_test"
path = "tests/client_test.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "flows_test"
path = "tests/flows_test.rs"
[[test]]
name = "media_test"
path = "tests/media_test.rs"
[[test]]
name = "messages_test"
path = "tests/messages_test.rs"
[[test]]
name = "phone_numbers_test"
path = "tests/phone_numbers_test.rs"
[[test]]
name = "products_test"
path = "tests/products_test.rs"
[[test]]
name = "qr_codes_test"
path = "tests/qr_codes_test.rs"
[[test]]
name = "templates_test"
path = "tests/templates_test.rs"
[[test]]
name = "typing_test"
path = "tests/typing_test.rs"
[[test]]
name = "waba_test"
path = "tests/waba_test.rs"
[[test]]
name = "webhooks_management_test"
path = "tests/webhooks_management_test.rs"
[[test]]
name = "webhooks_test"
path = "tests/webhooks_test.rs"