# 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.75" name = "tauri-plugin-shell" version = "2.0.0-beta.8" authors = ["Tauri Programme within The Commons Conservancy"] links = "tauri-plugin-shell" description = "Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application." readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/plugins-workspace" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.encoding_rs] version = "0.8" [dependencies.log] version = "0.4" [dependencies.open] version = "5" features = ["shellexecute-on-windows"] [dependencies.os_pipe] version = "1" [dependencies.regex] version = "1" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.shared_child] version = "1" [dependencies.tauri] version = "2.0.0-beta.23" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["time"] [build-dependencies.schemars] version = "0.8" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.tauri-plugin] version = "2.0.0-beta.18" features = ["build"]