[dependencies.chrono]
version = "0.4"
[dependencies.jsonwebtoken]
version = "8.0"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[lib]
name = "fcm_notification"
path = "src/lib.rs"
[package]
authors = ["therasuldev <rasul.ramixanov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "This repository provides a Rust implementation for sending push notifications using Firebase Cloud Messaging (FCM)"
edition = "2021"
license = "MIT"
name = "fcm-notification"
readme = "README.md"
repository = "https://github.com/therasuldev/fcm-notification"
version = "0.1.1"