tauri-plugin-android-accessibility 0.2.2

A Tauri plugin that supports Android accessibility features, allowing Tauri applications to interact with Android's accessibility services for enhanced functionality and user experience.
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"
rust-version = "1.94.0"
name = "tauri-plugin-android-accessibility"
version = "0.2.2"
authors = ["ShizukuAqua"]
build = "build.rs"
links = "tauri-plugin-android-accessibility"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tauri plugin that supports Android accessibility features, allowing Tauri applications to interact with Android's accessibility services for enhanced functionality and user experience."
homepage = "https://github.com/zhangnjsd/tauri-plugin-android-accessibility"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "android",
    "accessibility",
]
categories = [
    "api-bindings",
    "gui",
]
license = "MIT"
repository = "https://github.com/zhangnjsd/tauri-plugin-android-accessibility"

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

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.8.5"

[dependencies.thiserror]
version = "2"

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