[dependencies.anyhow]
version = "1.0"
[dependencies.base64]
version = "0.22"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.worker]
version = "0.5.0"
[lib]
name = "safeapp_notifications"
path = "src/lib.rs"
[package]
authors = ["Mohammadreza Hajianpour <hajianpour.mr@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Safe App Notifications Service"
edition = "2024"
license-file = "LICENSE.md"
name = "safeapp_notifications"
readme = false
repository = "https://github.com/safeapphq/notifications-svc"
resolver = "2"
version = "0.5.2"