tauri-plugin-opener 2.2.3

Open 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"

[dependencies.glob]
version = "0.3"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
default-features = false
version = "2"

[dependencies.thiserror]
version = "2"

[lib]
name = "tauri_plugin_opener"
path = "src/lib.rs"

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Open files and URLs using their default application."
edition = "2021"
license = "Apache-2.0 OR MIT"
links = "tauri-plugin-opener"
name = "tauri-plugin-opener"
readme = "README.md"
repository = "https://github.com/tauri-apps/plugins-workspace"
version = "2.2.3"

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

[package.metadata.platforms.android]
level = "partial"
notes = "Only allows to open URLs via `open`"

[package.metadata.platforms.ios]
level = "partial"
notes = "Only allows to open URLs via `open`"

[package.metadata.platforms.linux]
level = "full"
notes = ""

[package.metadata.platforms.macos]
level = "full"
notes = ""

[package.metadata.platforms.windows]
level = "full"
notes = ""

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies.url]
version = "2"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies.zbus]
version = "4"

[target.'cfg(target_os = "ios")'.dependencies.tauri]
default-features = false
features = ["wry"]
version = "2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
features = ["NSWorkspace"]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
features = ["NSURL", "NSArray", "NSString"]
version = "0.2"

[target."cfg(windows)".dependencies.dunce]
version = "1"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_UI_Shell_Common", "Win32_UI_WindowsAndMessaging", "Win32_System_Com", "Win32_System_Registry"]
version = "0.58"