tauri-plugin-shell 2.0.0-alpha.5

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

[dependencies.log]
version = "0.4"

[dependencies.open]
version = "4"

[dependencies.os_pipe]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.shared_child]
version = "1"

[dependencies.tauri]
version = "2.0.0-alpha.18"

[dependencies.thiserror]
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"
name = "tauri-plugin-shell"
readme = "README.md"
rust-version = "1.70"
version = "2.0.0-alpha.5"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]