win_run 0.2.1

Run any executable as User, Admin or Local System from a Windows Service.
Documentation
[dependencies.sysinfo]
default-features = false
version = "0.29"

[dependencies.widestring]
version = "1"

[dependencies.windows]
features = ["Win32", "Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_RemoteDesktop"]
version = "0.48"

[package]
authors = ["hristogochev"]
description = "Run any executable as User, Admin or Local System from a Windows Service."
documentation = "https://docs.rs/win_run/"
edition = "2021"
homepage = "https://github.com/hristogochev/win_run"
keywords = ["windows", "service", "run", "executable", "desktop"]
license = "MIT"
name = "win_run"
readme = "README.md"
repository = "https://github.com/hristogochev/win_run"
version = "0.2.1"