tauri-plugin-dialog 2.6.0

Native system dialogs for opening and saving files along with message dialogs on your Tauri application.
Documentation
[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.4"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tauri-plugin-fs]
version = "2.4.5"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"

[dev-dependencies.tauri]
default-features = false
features = ["wry"]
version = "2.9.3"

[features]
default = ["gtk3"]
gtk3 = ["rfd/gtk3"]
xdg-portal = ["rfd/xdg-portal", "rfd/tokio", "rfd/wayland"]

[lib]
name = "tauri_plugin_dialog"
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 = "Native system dialogs for opening and saving files along with message dialogs on your Tauri application."
edition = "2021"
license = "Apache-2.0 OR MIT"
links = "tauri-plugin-dialog"
name = "tauri-plugin-dialog"
readme = "README.md"
repository = "https://github.com/tauri-apps/plugins-workspace"
rust-version = "1.77.2"
version = "2.6.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "x86_64-linux-android"]

[package.metadata.platforms.support.android]
level = "partial"
notes = "Does not support folder picker"

[package.metadata.platforms.support.ios]
level = "partial"
notes = "Does not support folder picker"

[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 = "macos", windows, target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.raw-window-handle]
version = "0.6"

[target.'cfg(any(target_os = "macos", windows, target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.rfd]
default-features = false
features = ["common-controls-v6"]
version = "0.16"

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