[build-dependencies.tauri-plugin]
features = ["build"]
version = "2"
[dependencies.log]
version = "0.4"
[dependencies.portable-atomic]
default-features = false
features = ["float"]
version = "1"
[dependencies.rdev]
features = ["unstable_grab"]
version = "0.5"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1"
[dependencies.tauri]
version = "2"
[dependencies.thiserror]
version = "1.0"
[lib]
name = "tauri_plugin_polygon"
path = "src/lib.rs"
[package]
authors = ["houycth"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "A plugin for [tauri@v2](https://tauri.app/) to achieve click-through of the tauri main window by allowing developers to define polygons, thus customizing the mouse response area."
documentation = "https://docs.rs/tauri-plugin-polygon/"
edition = "2021"
homepage = "https://github.com/houycth/tauri-plugin-polygon"
include = ["/permissions", "/src", "build.rs", "Cargo.toml"]
keywords = ["click-through", "mouse-penetrate"]
license = "MIT"
links = "tauri-plugin-polygon"
name = "tauri-plugin-polygon"
readme = "README.md"
repository = "https://github.com/houycth/tauri-plugin-polygon"
rust-version = "1.77.2"
version = "0.1.2"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]