# 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-polygon" version = "0.1.2" authors = ["houycth"] build = "build.rs" links = "tauri-plugin-polygon" include = [ "/permissions", "/src", "build.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false 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." homepage = "https://github.com/houycth/tauri-plugin-polygon" documentation = "https://docs.rs/tauri-plugin-polygon/" readme = "README.md" keywords = [ "click-through", "mouse-penetrate", ] license = "MIT" repository = "https://github.com/houycth/tauri-plugin-polygon" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tauri_plugin_polygon" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.portable-atomic] version = "1" features = ["float"] default-features = false [dependencies.rdev] version = "0.5" features = ["unstable_grab"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1" [dependencies.tauri] version = "2" [dependencies.thiserror] version = "1.0" [build-dependencies.tauri-plugin] version = "2" features = ["build"]