rustdesk/vendor/runas/Cargo.toml

48 lines
1.2 KiB
TOML

# 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"
rust-version = "1.56"
name = "runas"
version = "1.2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "Run a command as root (sudo)"
homepage = "https://github.com/mitsuhiko/rust-runas"
readme = "README.md"
keywords = [
"runas",
"sudo",
"elevate",
"elevated",
]
license = "Apache-2.0"
[dependencies.which]
version = "4.3.0"
[target."cfg(target_os=\"macos\")".dependencies.libc]
version = "0.2.144"
[target."cfg(target_os=\"macos\")".dependencies.security-framework-sys]
version = "2.9.0"
[target."cfg(windows)".dependencies.windows-sys]
version = "0.48.0"
features = [
"Win32_Foundation",
"Win32_System_Com",
"Win32_System_Registry",
"Win32_System_Threading",
"Win32_UI_Shell",
"Win32_UI_WindowsAndMessaging",
]