@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-app"
version = "2.0.0-alpha.0"
description = "APIs to read application metadata and change app visibility on macOS."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
name = "tauri-plugin-cli"
description = "Parse arguments from your Tauri application's command line interface."
name = "tauri-plugin-clipboard"
description = "Read and write to the system clipboard."
name = "tauri-plugin-dialog"
description = "Native system dialogs for opening and saving files along with message dialogs on your Tauri application."
name = "tauri-plugin-global-shortcut"
description = "Register global hotkeys listeners on your Tauri application."
name = "tauri-plugin-http"
description = "Access an HTTP client written in Rust."
name = "tauri-plugin-notification"
description = "Send desktop and mobile notifications on your Tauri application."
name = "tauri-plugin-os"
description = "Read information about the operating system."
name = "tauri-plugin-process"
description = "Access the current process of your Tauri application."
name = "tauri-plugin-shell"
description = "Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application."
name = "tauri-plugin-updater"
description = "In-app updates for Tauri applications."
name = "tauri-plugin-websocket"
description = "Expose a WebSocket server to your Tauri frontend."
name = "tauri-plugin-window"
description = "Interact with the Tauri window."