[dependencies.strum]
version = "0.27.2"
[dependencies.strum_macros]
version = "0.27.2"
[features]
default = ["windows", "macos"]
macos = []
windows = []
[lib]
name = "universal_notifications"
path = "src/lib.rs"
[package]
authors = ["y2kforever"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Wrapper for WINRT toast api and UserNotifications"
documentation = "https://docs.rs/universal-notifications"
edition = "2024"
keywords = ["notification", "windows", "toast", "mac", "macos"]
license = "GPL-3.0-only"
name = "universal_notifications"
readme = "README.md"
version = "0.1.7"
[package.metadata.docs.rs]
all-features = false
features = ["windows"]
targets = ["x86_64-pc-windows-msvc"]
[target."cfg(macos)".dependencies.objc2-user-notifications]
version = "0.3.1"
[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.62.1"
[target.'cfg(target_env = "msvc")'.dependencies.windows]
features = ["Win32_Foundation", "Foundation_Collections", "Win32_System_SystemInformation", "Data_Xml_Dom", "UI_Notifications"]
version = "0.62.1"
[target."cfg(windows)".dependencies.windows]
version = "0.62.1"
[target."cfg(windows)".dependencies.windows-future]
version = "0.3"
[target."cfg(windows)".dependencies.winreg]
version = "0.55.0"
[target."cfg(windows)".dependencies.xml-rs]
version = "1.0.0"
[target.x86_64-pc-windows-gnu]