# 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 = "system_shutdown" version = "4.0.1" authors = ["Silvio Clecio (silvioprog) "] description = "Rust library for shut down, reboot or log out operations." homepage = "https://github.com/risoflora/system_shutdown" readme = "README.md" keywords = [ "system", "shutdown", "reboot", ] categories = [ "api-bindings", "hardware-support", "os::macos-apis", "os::unix-apis", "os::windows-apis", ] license = "MIT/Apache-2.0" repository = "https://github.com/risoflora/system_shutdown" [target."cfg(target_os = \"linux\")".dependencies.zbus] version = "3.7.0" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.44.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Com", "Win32_System_Threading", "Win32_System_Shutdown", "Win32_System_Power", "Win32_System_SystemServices", "Win32_UI_WindowsAndMessaging", ]