native-dialog 0.5.8

A library to display dialogs. Supports GNU/Linux, BSD Unix, macOS and Windows.
Documentation
[dependencies.dirs-next]
version = "2.0.0"

[dependencies.raw-window-handle]
version = "0.3.3"

[dependencies.thiserror]
version = "1.0.19"

[features]
windows_dpi_awareness = []
windows_visual_styles = ["once_cell", "winapi/sysinfoapi", "winapi/winbase", "winapi/handleapi", "winapi/libloaderapi"]

[package]
authors = ["balthild <ibalthild@gmail.com>"]
description = "A library to display dialogs. Supports GNU/Linux, BSD Unix, macOS and Windows."
documentation = "https://docs.rs/native-dialog"
edition = "2018"
license = "MIT"
name = "native-dialog"
repository = "https://github.com/balthild/native-dialog-rs"
version = "0.5.8"
[target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.which]
version = "4.0.0"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.24.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 = \"macos\")".dependencies.once_cell]
version = "1.4.0"
[target."cfg(target_os = \"windows\")".dependencies.once_cell]
optional = true
version = "1.4.0"

[target."cfg(target_os = \"windows\")".dependencies.wfd]
version = "0.1.7"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["winuser"]
version = "0.3"