tauri-winrt-notification 0.7.0

An incomplete wrapper over the WinRT toast api
Documentation
[dependencies.quick-xml]
version = "0.31"

[dependencies.thiserror]
version = "1.0"

[dependencies.windows]
features = ["Win32_Foundation", "Foundation_Collections", "Win32_System_SystemInformation", "Data_Xml_Dom", "UI_Notifications"]
version = "0.58"

[dependencies.windows-version]
version = "0.1"

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

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

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

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

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

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

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

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

[package]
authors = ["allenbenz", "Tauri Programme within The Commons Conservancy"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An incomplete wrapper over the WinRT toast api"
documentation = "https://docs.rs/tauri-winrt-notification/"
edition = "2021"
keywords = ["notification", "windows", "toast", "notify"]
license = "MIT OR Apache-2.0"
name = "tauri-winrt-notification"
readme = "README.md"
repository = "https://github.com/tauri-apps/winrt-notification"
rust-version = "1.70"
version = "0.7.0"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"