# 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 = "always-on-top-windows" version = "0.1.1" description = "A simple crate to set windows as always-on-top in Windows" readme = "README.md" license = "MIT" repository = "https://github.com/ninetynin/always-on-top-windows" [dependencies.winapi] version = "0.3" features = ["winuser"] [dependencies.windows] version = "0.58.0" features = [ "Win32", "Win32_UI", "Win32_UI_WindowsAndMessaging", ]