win_msgbox_timeout 1.2.0

Windows message boxes and notification helpers with timeout for Rust
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 = "2024"
name = "win_msgbox_timeout"
version = "1.2.0"
authors = ["Mikachu2333"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows message boxes and notification helpers with timeout for Rust"
readme = "README.md"
keywords = [
    "windows",
    "messagebox",
    "notification",
    "win32",
]
categories = [
    "os::windows-apis",
    "gui",
]
license = "MIT"
repository = "https://github.com/Mikachu2333/win_msgbox"

[lib]
name = "win_msgbox_timeout"
crate-type = [
    "lib",
    "cdylib",
]
path = "lib.rs"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true