# 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-app-exit" version = "0.1.1" authors = ["wtto00"] build = "build.rs" links = "tauri-plugin-app-exit" exclude = [ "/examples", "/dist-js", "/guest-src", "/node_modules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A plugin for tauri@v2 to exit app." readme = "README.md" license = "MIT" repository = "https://github.com/wtto00/tauri-plugin-app-exit.git" [lib] name = "tauri_plugin_app_exit" path = "src/lib.rs" [dependencies.serde] version = "1.0" [dependencies.tauri] version = "2.0.6" [dependencies.thiserror] version = "1.0" [build-dependencies.tauri-plugin] version = "2.0.1" features = ["build"]