[package]
edition = "2021"
rust-version = "1.92.0"
name = "rio-notifier"
version = "0.4.2"
authors = ["Raphael Amorim <rapha850@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rio notifier crate."
readme = false
license = "MIT"
[lib]
name = "rio_notifier"
path = "src/lib.rs"
[target.'cfg(all(not(target_os = "macos"), not(target_os = "windows")))'.dependencies.zbus]
version = "4"
features = ["blocking"]
[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.5.1"
[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.3.1"
package = "objc-rs"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.5.2"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.2.2"
features = ["NSString"]
[target.'cfg(target_os = "macos")'.dependencies.objc2-user-notifications]
version = "0.2.2"
features = [
"UNUserNotificationCenter",
"UNNotificationContent",
"UNNotificationRequest",
"UNNotificationTrigger",
"block2",
]
[target."cfg(windows)".dependencies.windows]
version = "0.58"
features = [
"Data_Xml_Dom",
"UI_Notifications",
]