rfdx 0.1.2

Rusty File Dialog
Documentation
[[example]]
name = "simple"

[[example]]
name = "async"
[dependencies.log]
version = "0.4"

[dependencies.raw-window-handle]
version = "0.5"
[dev-dependencies.futures]
version = "0.3.12"

[features]
common-controls-v6 = ["windows-sys/Win32_UI_Controls"]
default = ["gtk3"]
file-handle-inner = []
gtk3 = ["gtk-sys", "glib-sys", "gobject-sys"]
xdg-portal = ["ashpd", "urlencoding", "pollster", "async-io", "futures-util"]

[package]
authors = ["Poly <marynczak.bartlomiej@gmail.com>"]
description = "Rusty File Dialog"
documentation = "https://docs.rs/rfd"
edition = "2021"
keywords = ["file", "ui", "dialog"]
license = "MIT"
name = "rfdx"
readme = "README.md"
repository = "https://github.com/PolyMeilex/rfd"
version = "0.1.2"
[package.metadata.docs.rs]
features = ["file-handle-inner"]
[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.ashpd]
optional = true
version = "0.6"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.async-io]
optional = true
version = "1.3"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.futures-util]
default-features = false
features = ["io"]
optional = true
version = "0.3"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.glib-sys]
optional = true
version = "0.18.0"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.gobject-sys]
optional = true
version = "0.18.0"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.gtk-sys]
features = ["v3_24"]
optional = true
version = "0.18.0"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.pollster]
optional = true
version = "0.3"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.urlencoding]
optional = true
version = "2.1.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.46"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2.69"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.4.19"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Document", "Element", "HtmlInputElement", "HtmlButtonElement", "HtmlAnchorElement", "Window", "File", "FileList", "FileReader", "Blob", "BlobPropertyBag", "Url"]
version = "0.3.46"
[target."cfg(target_os = \"macos\")".dependencies.block]
version = "0.1.6"

[target."cfg(target_os = \"macos\")".dependencies.dispatch]
version = "0.2.0"

[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2.7"

[target."cfg(target_os = \"macos\")".dependencies.objc-foundation]
version = "0.1.1"

[target."cfg(target_os = \"macos\")".dependencies.objc_id]
version = "0.1.1"
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Com", "Win32_UI_Shell_Common", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"]
version = "0.48"