[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.7"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.platforms.support.android]
level = "partial"
notes = "Only allows to open URLs via `open`"
[package.metadata.platforms.support.ios]
level = "partial"
notes = "Only allows to open URLs via `open`"
[package.metadata.platforms.support.linux]
level = "full"
notes = ""
[package.metadata.platforms.support.macos]
level = "full"
notes = ""
[package.metadata.platforms.support.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 = "5"
[target.'cfg(target_os = "ios")'.dependencies.tauri]
default-features = false
features = ["wry"]
version = "2"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
default-features = false
features = ["std", "NSWorkspace"]
version = "0.3"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
default-features = false
features = ["std", "NSURL", "NSArray", "NSString"]
version = "0.3"
[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.61"