sysrun 0.1.0

Run any executable as local SYSTEM account (no service required).
[[bin]]
name = "sysrun"
path = "src/main.rs"

[package]
authors = ["CodeOverFlow"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "os::windows-apis"]
description = "Run any executable as local SYSTEM account (no service required)."
edition = "2024"
homepage = "https://github.com/codeOverFlow/sysrun"
keywords = ["admin", "system", "sysrun", "windows"]
license = "MIT"
name = "sysrun"
readme = "README.md"
repository = "https://github.com/codeOverFlow/sysrun"
version = "0.1.0"

[target."cfg(windows)".dependencies.anyhow]
version = "=1.0.97"

[target."cfg(windows)".dependencies.clap]
features = ["derive"]
version = "=4.5.32"

[target."cfg(windows)".dependencies.thiserror]
version = "=2.0.12"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Security", "Win32_System_RemoteDesktop", "Win32_System_Threading"]
version = "=0.61.1"