[package]
edition = "2021"
rust-version = "1.77.2"
name = "tauri-plugin-dialog"
version = "2.7.2"
authors = ["Tauri Programme within The Commons Conservancy"]
build = "build.rs"
links = "tauri-plugin-dialog"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native system dialogs for opening and saving files along with message dialogs on your Tauri application."
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tauri-apps/plugins-workspace"
[package.metadata.docs.rs]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-linux-android",
]
[package.metadata.platforms.support.windows]
level = "full"
notes = ""
[package.metadata.platforms.support.linux]
level = "full"
notes = ""
[package.metadata.platforms.support.macos]
level = "full"
notes = ""
[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"
[features]
default = ["gtk3"]
gtk3 = ["rfd/gtk3"]
xdg-portal = [
"rfd/xdg-portal",
"rfd/tokio",
"rfd/wayland",
]
[lib]
name = "tauri_plugin_dialog"
path = "src/lib.rs"
[dependencies.log]
version = "0.4.21"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tauri]
version = "2.10"
default-features = false
[dependencies.tauri-plugin-fs]
version = "2.5.1"
[dependencies.thiserror]
version = "2"
[dependencies.url]
version = "2"
[dev-dependencies.tauri]
version = "2.10"
features = ["wry"]
default-features = false
[build-dependencies.tauri-plugin]
version = "2.5"
features = ["build"]
[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]
version = "0.16"
features = ["common-controls-v6"]
default-features = false
[target.'cfg(target_os = "ios")'.dependencies.tauri]
version = "2.10"
features = ["wry"]
default-features = false