# 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 = "win32utils" version = "0.4.0" authors = ["Noah Dunbar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of opinionated utilities for working with the Windows API." readme = "README.md" license = "MIT" repository = "https://github.com/The-Noah/win32utils" [lib] name = "win32utils" path = "src/lib.rs" [dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_Graphics_Dwm", "Win32_Graphics_Gdi", "Win32_Security", "Win32_System_Console", "Win32_System_LibraryLoader", "Win32_System_Registry", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", ]