win-msgbox 0.2.2

This crate provides a fully featured, ergonomic interface to Windows' MessageBox
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 = "win-msgbox"
version = "0.2.2"
authors = ["Nerixyz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crate provides a fully featured, ergonomic interface to Windows' MessageBox"
readme = "README.md"
keywords = [
    "windows",
    "messagebox",
    "message-box",
    "dialogbox",
    "dialog-box",
]
categories = [
    "gui",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Nerixyz/win-msgbox"

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

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

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

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

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

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

[dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_UI_WindowsAndMessaging",
    "Win32_Foundation",
]