tauri-plugin-background-service 0.7.0

Background service lifecycle plugin for Tauri v2 — run long-lived tasks on Android, iOS, and desktop
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 = "2021"
rust-version = "1.77.2"
name = "tauri-plugin-background-service"
version = "0.7.0"
authors = ["Mohamed Dardouri <med@dardouri.com>"]
build = "build.rs"
links = "tauri-plugin-background-service"
exclude = [
    "test-app/",
    "docs/",
    ".*",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Background service lifecycle plugin for Tauri v2 — run long-lived tasks on Android, iOS, and desktop"
readme = "README.md"
keywords = [
    "tauri",
    "background",
    "service",
    "android",
    "ios",
]
categories = [
    "gui",
    "asynchronous",
    "os",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dardourimohamed/tauri-background-service"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
desktop-service = [
    "service-manager",
    "tokio/net",
    "backon",
]

[lib]
name = "tauri_plugin_background_service"
crate-type = [
    "staticlib",
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.backon]
version = "~1.6"
optional = true

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.service-manager]
version = "0.11"
optional = true

[dependencies.tauri]
version = "2"

[dependencies.tauri-plugin-notification]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dev-dependencies.tauri]
version = "2"
features = ["test"]

[dev-dependencies.tempfile]
version = "3"

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