# 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-macos-permissions" version = "2.0.4" authors = ["ayangweb"] build = "build.rs" links = "tauri-plugin-macos-permissions" exclude = [ "/examples", "/webview-dist", "/webview-src", "/node_modules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Accessibility and full disk access for macOS can be checked and requested." readme = "README.md" keywords = [ "macos-permissions", "tauri", "tauri-plugin", "accessibility", "full-disk-access", ] license = "MIT" repository = "https://github.com/ayangweb/tauri-plugin-macos-permissions" [lib] name = "tauri_plugin_macos_permissions" path = "src/lib.rs" [dependencies.serde] version = "1.0" [dependencies.tauri] version = "2.1.0" [dependencies.thiserror] version = "2" [build-dependencies.tauri-plugin] version = "2.0.2" features = ["build"] [target.'cfg(target_os = "macos")'.dependencies.macos-accessibility-client] version = "0.0.1"