[dependencies.chrono]
version = "0.4.41"
[dependencies.gcp_auth]
version = "^0"
[dependencies.reqwest]
features = ["json"]
version = "^0"
[dependencies.serde]
features = ["derive"]
version = "^1"
[dependencies.serde_json]
version = "^1"
[dependencies.tokio]
features = ["macros"]
version = "^1"
[dev-dependencies.tempfile]
version = "^3"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[lib]
name = "fcm_service"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "network-programming"]
description = "A Rust library for sending Firebase Cloud Messaging (FCM) notifications"
documentation = "https://docs.rs/fcm-service"
edition = "2021"
keywords = ["fcm", "firebase", "notifications", "push"]
license = "MIT"
name = "fcm-service"
readme = "README.md"
repository = "https://github.com/real-ali/fcm-service"
version = "0.2.3"