# 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 = "windows-native" version = "1.0.44" authors = ["NiiightmareXD"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Windows Native Undocumented API for Rust Language 🔥" documentation = "https://docs.rs/windows-native" readme = "README.md" keywords = [ "native", "windows", "ffi", "win32", "com", ] categories = [ "os::windows-apis", "api-bindings", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/NiiightmareXD/windows-native" [lib] name = "windows_native" path = "src/lib.rs" [dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_System_ApplicationInstallationAndServicing", "Win32_Devices_DeviceAndDriverInstallation", "Win32_System_Diagnostics_Debug", "Win32_System_SystemServices", "Win32_Security", "Win32_System_Kernel", "Win32_System_Memory", "Win32_System_Ioctl", "Win32_Storage_FileSystem", "Win32_UI_WindowsAndMessaging", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_System_Power", "Win32_System_Performance_HardwareCounterProfiling", "Win32_System_JobObjects", "Win32_System_SystemInformation", "Win32_System_Diagnostics_Etw", "Win32_System_IO", "Wdk_Foundation", "Wdk_System_SystemServices", "Wdk_Storage_FileSystem", "Win32_Security_Authentication_Identity", "Wdk_System_SystemInformation", "Wdk_System_Threading", "Wdk_System_Registry", "Wdk_System_Memory", "Win32_System_PasswordManagement", ] default-features = false