# 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.77.2" name = "tauri-plugin-power-manager" version = "0.1.1" authors = ["cijiugechu "] build = "build.rs" links = "tauri-plugin-power-manager" exclude = [ "/examples", "/webview-dist", "/webview-src", "/node_modules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "tauri plugin for shut down, reboot or log out operations." documentation = "https://docs.rs/tauri-plugin-power-manager" readme = "README.md" keywords = [ "tauri", "plugin", "power", "shutdown", "reboot", ] license = "MIT" repository = "https://github.com/cijiugechu/tauri-plugin-power-manager" [lib] name = "tauri_plugin_power_manager" path = "src/lib.rs" [dependencies.serde] version = "1.0" [dependencies.system_shutdown] version = "4.0" [dependencies.tauri] version = "2.0.6" [dependencies.thiserror] version = "1.0" [build-dependencies.tauri-plugin] version = "2.0.1" features = ["build"]