tauri-plugin-dialog 2.0.0-beta.9

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.0.0-beta.17"
[dependencies.dunce]
version = "1"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2.0.0-beta.22"

[dependencies.tauri-plugin-fs]
version = "2.0.0-beta.9"

[dependencies.thiserror]
version = "1"

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
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.75"
version = "2.0.0-beta.9"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-linux-android"]
[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 = ["tokio", "gtk3", "common-controls-v6"]
version = "0.14"