Documentation
[[example]]
name = "simple"

[[example]]
name = "async"
[dev-dependencies.futures]
version = "0.3.12"

[features]
file-handle-inner = []

[package]
authors = ["Poly <marynczak.bartlomiej@gmail.com>"]
description = "Rusty File Dialog"
documentation = "https://docs.rs/rfd"
edition = "2018"
keywords = ["file", "ui", "dialog"]
license = "MIT"
name = "rfd"
repository = "https://github.com/PolyMeilex/rfd"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true
[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", "Window", "File", "FileList", "FileReader"]
version = "0.3.46"
[target."cfg(target_os = \"linux\")".dependencies.glib-sys]
version = "0.10.1"

[target."cfg(target_os = \"linux\")".dependencies.gobject-sys]
version = "0.10.0"

[target."cfg(target_os = \"linux\")".dependencies.gtk-sys]
version = "0.10.0"

[target."cfg(target_os = \"linux\")".dependencies.lazy_static]
version = "1.4.0"
[target."cfg(target_os = \"macos\")".dependencies.block]
version = "0.1.6"

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

[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 = \"windows\")".dependencies.winapi]
features = ["winuser", "combaseapi", "objbase", "shobjidl", "shellapi"]
version = "0.3.9"