# 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.60" name = "tauri-plugin-trafficlights-positioner" version = "1.0.0" authors = ["ItsEeleeya"] exclude = [ "/example", ".github", ] description = "A Tauri v1 plugin to help setting the position of the window traffic lights on macOS." readme = "README.md" keywords = [ "tauri", "tauri-plugin", "tauri-plugin-macos", ] license = "MIT" repository = "https://github.com/itseeleeya/tauri-plugin-trafficlights-positioner/" [dependencies.tauri] version = "1.7.0" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.25.0" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7" [target."cfg(target_os = \"macos\")".dependencies.rand] version = "0.8.5"