# 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" name = "tauri-plugin-penetrable" version = "0.1.4" authors = ["sner21"] build = false include = [ "src/**", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Using the win32api to achieve click-through of the tauri main window" readme = "readme.md" keywords = [ "tauri-plugin", "penetrable", "ignoreMouseEvents", "click-through", ] license = "MIT" repository = "https://github.com/sner21/tauri-plugin-penetrable" [lib] name = "tauri_plugin_penetrable" path = "src/lib.rs" [dependencies.tauri] version = "2.0.4" [target."cfg(windows)".dependencies.windows] version = "0.39.0" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation", ]