# 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 = "win_run" version = "0.2.1" authors = ["hristogochev"] description = "Run any executable as User, Admin or Local System from a Windows Service." homepage = "https://github.com/hristogochev/win_run" documentation = "https://docs.rs/win_run/" readme = "README.md" keywords = [ "windows", "service", "run", "executable", "desktop", ] license = "MIT" repository = "https://github.com/hristogochev/win_run" [dependencies.sysinfo] version = "0.29" default-features = false [dependencies.widestring] version = "1" [dependencies.windows] version = "0.48" features = [ "Win32", "Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_RemoteDesktop", ]