[build-dependencies.tauri-plugin]
features = ["build"]
version = "2"
[dependencies.tauri]
version = "2"
[lib]
name = "tauri_plugin_android_prevent_screen_capture"
path = "src/lib.rs"
[package]
authors = ["OkaYu"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Prevent screen capture on Tauri app for Android."
edition = "2021"
keywords = ["tauri", "android", "screenshot", "screen", "capture"]
license = "MIT OR Apache-2.0"
links = "tauri-plugin-android-prevent-screen-capture"
name = "tauri-plugin-android-prevent-screen-capture"
readme = "README.md"
repository = "https://github.com/aiueo13/tauri-plugin-android-prevent-screen-capture"
rust-version = "1.77.2"
version = "1.0.1"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]