elevated-command 1.1.2

Run a command using sudo, prompting the user with an OS dialog if necessary
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.log]
version = "0.4"

[package]
authors = ["Luis Liu <vangork@live.com>"]
description = "Run a command using sudo, prompting the user with an OS dialog if necessary"
documentation = "https://docs.rs/elevated-command"
edition = "2021"
homepage = "https://github.com/vangork/elevated-command"
include = ["README.md", "LICENSE", "src/**"]
license = "MIT"
name = "elevated-command"
readme = "README.md"
repository = "https://github.com/vangork/elevated-command"
version = "1.1.2"

[target.'cfg(target_family = "unix")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.base64]
version = "0.21.5"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
features = ["securitybaseapi", "processthreadsapi"]
version = "0.3.9"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_Foundation", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"]
version = "0.52"