# 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.57" name = "tauri-plugin-spotlight" version = "0.2.0" description = "A Tauri plugin that provides a MacOS Spotlight-like search functionality for Tauri windows." readme = "README.md" keywords = [ "tauri", "spotlight", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zzzze/tauri-plugin-spotlight" [dependencies.bitflags] version = "2.4.2" [dependencies.objc-foundation] version = "0.1.1" [dependencies.objc_id] version = "0.1.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tauri] version = "1.2" features = ["global-shortcut-all"] [dependencies.thiserror] version = "1.0.56" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.24.1" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7"