# 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" name = "winlock" version = "0.1.0" authors = ["Yehuthi "] exclude = ["/winlock.svg"] description = "A utility to customize the keyboard shortcut for session locking on Windows." readme = "README.md" keywords = [ "windows", "hotkey", "lock", "os", "login", ] categories = [ "command-line-utilities", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yehuthi/winlock" [dependencies.bitflags] version = "2.3.1" [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.ctrlc] version = "3.4.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.windows] version = "0.48.0" features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_UI_Input_KeyboardAndMouse", "Win32_System_Shutdown", "Win32_System_Registry", ] [build-dependencies.embed-manifest] version = "1.3.1"