# 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.70" name = "tauri-plugin-shellx" version = "2.0.12" authors = ["Huakun"] build = "build.rs" links = "tauri-plugin-shellx" exclude = [ "/examples", "/webview-dist", "/webview-src", "/node_modules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Unlocked Tauri Shell Plugin" readme = "README.md" license = "MIT" repository = "https://github.com/HuakunShen/tauri-plugin-shellx.git" [lib] name = "tauri_plugin_shellx" path = "src/lib.rs" [dependencies.encoding_rs] version = "0.8" [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.0.215" [dependencies.serde_json] version = "1.0.132" [dependencies.shared_child] version = "1" [dependencies.tauri] version = "2.1.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.41.1" features = ["time"] [build-dependencies.tauri-plugin] version = "2.0.3" features = ["build"] [target.'cfg(not(target_os = "windows"))'.dependencies.strip-ansi-escapes] version = "0.2"