# 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-elevate" version = "0.1.0" authors = ["NenX"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "windows-elevate is a Windows-only library which provides utility functions to help elevating process permissions." homepage = "https://github.com/NenX/windows-elevate" readme = "README.md" keywords = [ "windows", "sudo", "UAC", "elevate", "administrator", ] license = "MIT" repository = "https://github.com/NenX/windows-elevate" [lib] name = "windows_elevate" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.windows] version = "0.58.0" features = [ "Win32_System_Registry", "Win32_UI_WindowsAndMessaging", "Win32_System_Threading", "Win32_UI_Shell_Common", "Win32_Foundation", "Win32_Security", ] [dependencies.windows-result] version = "0.2.0"