[dependencies.log]
version = "0.4"
[dependencies.raw-window-handle]
version = "0.6"
[dev-dependencies.futures]
version = "0.3.12"
[[example]]
name = "async"
path = "examples/async.rs"
[[example]]
name = "msg"
path = "examples/msg.rs"
[[example]]
name = "save"
path = "examples/save.rs"
[[example]]
name = "simple"
path = "examples/simple.rs"
[features]
common-controls-v6 = ["windows-sys/Win32_UI_Controls"]
default = ["xdg-portal", "wayland"]
file-handle-inner = []
gtk3 = ["gtk-sys", "glib-sys", "gobject-sys"]
wayland = ["wayland-backend", "wayland-client", "wayland-protocols"]
xdg-portal = ["pollster"]
[lib]
name = "rfd"
path = "src/lib.rs"
[package]
authors = ["Poly <marynczak.bartlomiej@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Rusty File Dialog"
documentation = "https://docs.rs/rfd"
edition = "2021"
keywords = ["file", "ui", "dialog"]
license = "MIT"
name = "rfd"
readme = "README.md"
repository = "https://github.com/PolyMeilex/rfd"
version = "0.17.0"
[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.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.libc]
version = "0.2"
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))'.dependencies.pollster]
optional = true
version = "0.4"
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))'.dependencies.wayland-backend]
features = ["client_system"]
optional = true
version = "0.3"
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))'.dependencies.wayland-client]
optional = true
version = "0.31"
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))'.dependencies.wayland-protocols]
features = ["unstable", "client"]
optional = true
version = "0.32"
[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", "Navigator", "UserActivation", "File", "FileList", "FileReader", "Blob", "BlobPropertyBag", "Url"]
version = "0.3.46"
[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.6.0"
[target.'cfg(target_os = "macos")'.dependencies.dispatch2]
version = "0.3.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
default-features = false
features = ["std", "block2", "NSAlert", "NSApplication", "NSButton", "NSControl", "NSOpenPanel", "NSPanel", "NSResponder", "NSRunningApplication", "NSSavePanel", "NSView", "NSWindow"]
version = "0.3.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
default-features = false
features = ["std", "CFBase", "CFDate", "CFString", "CFURL", "CFUserNotification"]
version = "0.3.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
default-features = false
features = ["std", "NSArray", "NSEnumerator", "NSString", "NSThread", "NSURL"]
version = "0.3.0"
[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.61"