[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.4.0"
[dependencies.log]
version = "0.4"
[dependencies.rand]
version = "0.9"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1"
[dependencies.serde_repr]
version = "0.1"
[dependencies.tauri]
version = "2.8.2"
[dependencies.thiserror]
version = "2"
[dependencies.time]
features = ["serde", "parsing", "formatting"]
version = "0.3"
[dependencies.url]
features = ["serde"]
version = "2"
[dev-dependencies.color-backtrace]
version = "0.7"
[dev-dependencies.ctor]
version = "0.6"
[dev-dependencies.maplit]
version = "1"
[features]
default = []
push-notifications = []
[lib]
name = "tauri_plugin_notifications"
path = "src/lib.rs"
[package]
authors = ["You"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A Tauri v2 plugin for sending notifications on desktop and mobile platforms with support for system notifications and push delivery via FCM and APNs."
edition = "2021"
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
license = "MIT"
links = "tauri-plugin-notifications"
name = "tauri-plugin-notifications"
readme = "README.md"
repository = "https://github.com/Choochmeque/tauri-plugin-notifications"
rust-version = "1.77.2"
version = "0.3.3"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.notify-rust]
version = "4.11"
[target.'cfg(target_os = "ios")'.dependencies.tauri]
features = ["wry"]
version = "2.8.2"