native-dialog-fork 0.7.0

A library to display dialogs. Supports GNU/Linux, BSD Unix, macOS and Windows.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "native-dialog-fork"
version = "0.7.0"
authors = [
    "balthild <ibalthild@gmail.com>",
    "Richard Carson",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to display dialogs. Supports GNU/Linux, BSD Unix, macOS and Windows."
documentation = "https://docs.rs/native-dialog"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rscarson/native-dialog-rs-fork"

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

[lib]
name = "native_dialog_fork"
path = "src/lib.rs"

[[example]]
name = "tour"
path = "examples/tour.rs"

[dependencies.dirs-next]
version = "2.0.0"

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

[dependencies.thiserror]
version = "1.0.65"

[target.'cfg(all(unix, not(target_os = "macos"), not(target_os = "ios"), not(target_os = "android")))'.dependencies.ascii]
version = "1.1.0"

[target.'cfg(all(unix, not(target_os = "macos"), not(target_os = "ios"), not(target_os = "android")))'.dependencies.versions]
version = "5.0.1"

[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.block]
version = "0.1.6"

[target.'cfg(target_os = "macos")'.dependencies.cocoa]
version = "0.25.0"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.9.3"

[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]
version = "1.20.2"
optional = true

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

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