rio-notifier 0.4.2

Rio notifier crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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",
]