# 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 = "hotcorners" version = "0.2.1" authors = ["Tim Roberts "] description = "A small hot corners implementation for Windows 10/11" keywords = ["windows", "hotcorners"] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/timrobertsdev/hotcorners" resolver = "2" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [profile.release] lto = true [dependencies.lazy_static] version = "1.4.0" [dependencies.windows] version = "0.22" features = ["Win32_Foundation", "Win32_Graphics_Gdi", "Win32_UI_KeyboardAndMouseInput", "Win32_UI_WindowsAndMessaging"]