[dependencies.strum]
version = "0.8.0"
[dependencies.strum_macros]
version = "0.8.0"
[dependencies.winapi]
version = "^0.3.4"
[dependencies.winrt]
features = ["windows-data", "windows-ui"]
version = "0.4.0"
[dependencies.xml-rs]
version = "0.6.1"
[package]
authors = ["allenbenz"]
description = "An incomplete wrapper over the WinRT toast api"
documentation = "https://allenbenz.github.io/winrt-notification/0_1_3/winrt_notification/"
exclude = [".vscode/*"]
keywords = ["notification", "windows", "toast", "notify"]
license = "MIT"
name = "winrt-notification"
readme = "README.md"
repository = "https://github.com/allenbenz/winrt-notification"
version = "0.2.3"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"