[[bin]]
name = "dbus_notify"
path = "example/dbusnotify.rs"
[[bin]]
name = "message_alert"
path = "example/msgalert.rs"
[[bin]]
name = "notify_alert"
path = "example/notify_event_loop.rs"
[[bin]]
name = "win_notify"
path = "example/win32notify.rs"
[build-dependencies.cc]
version = "1.0"
[features]
enable_debug = []
[lib]
name = "rsnotifyos"
path = "src/lib.rs"
[package]
authors = ["Frederick Valdez"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "RSNotifyOS is a library for printing alerts on Linux and Windows operating systems. It uses the D-Bus IPC and Subprocess protocol to communicate with the desktop notification system on Linux, Windows. Implements a dialog window system to display alerts on both operating systems."
documentation = "https://docs.rs/rnotify/1.2.0"
edition = "2021"
homepage = "https://github.com/frerd7/rsnotifyos"
keywords = ["notify", "notification", "dbus-notify", "winalert", "linuxalert"]
license = "MIT"
name = "rsnotifyos"
readme = "README.md"
repository = "https://github.com/frerd7/rsnotifyos"
version = "1.2.1"
[target.'cfg(target_os = "linux")'.dependencies.dbus]
version = "0.9.3"
[target.'cfg(target_os = "linux")'.dependencies.gtk]
version = "0.9"
[target.'cfg(target_os = "windows")'.dependencies.libc]
version = "0.2"
[target.'cfg(target_os = "windows")'.dependencies.widestring]
version = "0.4"
[target.'cfg(target_os = "windows")'.dependencies.winapi]
features = ["winuser", "shellapi", "errhandlingapi"]
version = "0.3"