safeapp-notifier 0.6.2

Safe App Notifications Service
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 = "safeapp-notifier"
version = "0.6.2"
authors = ["Safe App <support@safe.app>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe App Notifications Service"
readme = "README.md"
license-file = "LICENSE.md"
repository = "https://github.com/safeapphq/notifications-svc/safeapp-notifier"
resolver = "2"

[features]
default = ["worker-v0-5"]
worker-v0-4 = ["worker-v4"]
worker-v0-5 = ["worker"]

[lib]
name = "safeapp_notifier"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.worker]
version = "0.5"
optional = true

[dependencies.worker-v4]
version = "0.4"
optional = true
package = "worker"