tauri-plugin-widgets 0.3.0

A Tauri plugin to interact with App Widgets on Android, iOS, and macOS (WidgetKit). On Windows/Linux a desktop-widget window approach is supported.
# 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 = "2021"
rust-version = "1.70"
name = "tauri-plugin-widgets"
version = "0.3.0"
authors = ["s00d"]
build = "build.rs"
links = "tauri-plugin-widgets"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
    "demo.gif",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tauri plugin to interact with App Widgets on Android, iOS, and macOS (WidgetKit). On Windows/Linux a desktop-widget window approach is supported."
readme = "README.md"
license = "MIT"
repository = "https://github.com/s00d/tauri-plugin-widgets"

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.platforms.support.android]
level = "full"
notes = "Full AppWidgetManager + SharedPreferences support"

[package.metadata.platforms.support.ios]
level = "full"
notes = "WidgetKit (iOS 17+) + App Groups shared container"

[package.metadata.platforms.support.macos]
level = "full"
notes = "WidgetKit (macOS 14+) + App Groups shared container"

[package.metadata.platforms.support.windows]
level = "partial"
notes = "JSON file storage + Tauri event-based desktop widget windows"

[package.metadata.platforms.support.linux]
level = "partial"
notes = "JSON file storage + Tauri event-based desktop widget windows"

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

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2"

[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
incremental = false