tauri-plugin-app-control 0.1.1

A Tauri plugin for Android application lifecycle control (minimize, close, exit, state).
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-app-control"
version = "0.1.1"
authors = ["You <you@example.com>"]
build = "build.rs"
links = "tauri-plugin-app-control"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tauri plugin for Android application lifecycle control (minimize, close, exit, state)."
homepage = "https://github.com/your-username/tauri-plugin-app-control"
readme = "README.md"
keywords = [
    "tauri-plugin",
    "android",
    "mobile",
    "app-lifecycle",
    "app-control",
]
categories = [
    "gui",
    "api-bindings",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/your-username/tauri-plugin-app-control"

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

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.5.1"

[dependencies.thiserror]
version = "2"

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

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