# 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 = "elevator" version = "2.0.0" authors = ["Arteii "] include = [ "Cargo.toml", "Cargo.lock", "LICENSE-MIT", "src/**/*", "bin/**/*", "build.rs", "manifest.xml", ] description = "run programs with elevated privileges on Windows" homepage = "https://arteiii.github.io" readme = "README.md" keywords = ["windows"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/Arteiii/elevator" [lib] name = "elevator_lib" path = "src/lib.rs" [[bin]] name = "elevator" path = "bin/main.rs" [target."cfg(unix)".dependencies.libc] version = "0.2.154" [target."cfg(windows)".dependencies.windows] version = "0.56.0" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_UI", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", "Win32_System_Registry", "Win32_System_Com", ] [target."cfg(windows)".build-dependencies.winres] version = "0.1.12"