tauri-plugin-shell 2.0.0-beta.9

Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application.
Documentation
[build-dependencies.schemars]
version = "0.8"

[build-dependencies.serde]
features = ["derive"]
version = "1"

[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.0.0-beta.19"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.open]
features = ["shellexecute-on-windows"]
version = "5"

[dependencies.os_pipe]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.schemars]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.shared_child]
version = "1"

[dependencies.tauri]
version = "2.0.0-beta.24"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["time"]
version = "1"

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
description = "Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application."
edition = "2021"
license = "Apache-2.0 OR MIT"
links = "tauri-plugin-shell"
name = "tauri-plugin-shell"
readme = "README.md"
repository = "https://github.com/tauri-apps/plugins-workspace"
rust-version = "1.75"
version = "2.0.0-beta.9"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]