# 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-screen-lock-status" version = "0.1.2" authors = ["ren40"] exclude = ["/examples"] description = "This plugin helps track the lock status for the current session" readme = "README.md" keywords = [ "tauri", "tauri-plugin", "detect_session_lock", ] license = "Apache-2.0" repository = "https://github.com/ren40/tauri-plugin-screen-lock-status" [dependencies.tauri] version = "1.5.4" [target."cfg(linux)".dependencies.zbus] version = "3.14.1" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.4" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.23.1" [target."cfg(windows)".dependencies.windows] version = "0.*" features = [ "Win32_Foundation", "Win32_System_RemoteDesktop", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_UI_Input_KeyboardAndMouse", ]