# 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.70" name = "tauri-plugin-macos-haptics" version = "1.0.0" authors = ["ItsEeleeya"] links = "tauri-plugin-macos-haptics" exclude = [ "/example", "/dist-js", "/guest-js", "/node_modules", ] description = "Utilize the Taptic Engine (TM) on macOS for Tauri v2 apps." readme = "README.md" license = "MIT" repository = "https://github.com/itseeleeya/tauri-plugin-macos-haptics" [dependencies.serde] version = "1.0" [dependencies.tauri] version = "2.0.0" [build-dependencies.tauri-plugin] version = "2.0.0" features = ["build"] [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.26.0" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7"