# 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" name = "rsnotifyos" version = "1.2.1" authors = ["Frederick Valdez"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false 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." homepage = "https://github.com/frerd7/rsnotifyos" documentation = "https://docs.rs/rnotify/1.2.0" readme = "README.md" keywords = [ "notify", "notification", "dbus-notify", "winalert", "linuxalert", ] license = "MIT" repository = "https://github.com/frerd7/rsnotifyos" [lib] name = "rsnotifyos" path = "src/lib.rs" [[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 = [] [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] version = "0.3" features = [ "winuser", "shellapi", "errhandlingapi", ]