[dependencies.strum]
features = ["derive"]
version = "0.22.0"
[dependencies.xml-rs]
version = "0.8.4"
[package]
authors = ["allenbenz"]
description = "An incomplete wrapper over the WinRT toast api"
documentation = "https://allenbenz.github.io/winrt-notification/0_5_0/winrt_notification/"
edition = "2018"
exclude = [".vscode/*"]
keywords = ["notification", "windows", "toast", "notify"]
license = "MIT"
name = "winrt-notification"
readme = "README.md"
repository = "https://github.com/allenbenz/winrt-notification"
version = "0.5.1"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[target.'cfg(target_env = "gnu")'.dependencies.windows]
features = ["Win32_Foundation", "Foundation_Collections", "Win32_System_SystemInformation", "Win32_System_LibraryLoader", "Data_Xml_Dom", "UI_Notifications"]
version = "0.24.0"
[target.'cfg(target_env = "msvc")'.dependencies.windows]
features = ["Win32_Foundation", "Foundation_Collections", "Win32_System_SystemInformation", "Data_Xml_Dom", "UI_Notifications"]
version = "0.24.0"