# 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 = "privilege" version = "0.3.0" authors = ["shellrow "] description = "Cross-platform library for administrative permission handling." readme = "README.md" keywords = [ "privilege", "runas", "sudo", "elevated", ] license = "MIT" repository = "https://github.com/shellrow/privilege" [dependencies.libc] version = "0.2" [dependencies.which] version = "4.3.0" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework-sys] version = "2.9.0" [target."cfg(windows)".dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_System_Com", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", "Win32_System_Registry", ]