notify-rust 3.6.3

Show desktop notifications (linux, bsd, mac). Pure Rust dbus client and server.
Documentation
[dependencies]

[features]
debug_namespace = []
default = []
images = ["image", "lazy_static"]

[package]
authors = ["Hendrik Sollich <hendrik@hoodie.de>"]
description = "Show desktop notifications (linux, bsd, mac). Pure Rust dbus client and server."
documentation = "https://docs.rs/notify-rust/"
edition = "2018"
homepage = "https://github.com/hoodie/notify-rust"
include = ["README.md", "History.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "tests/*.rs"]
keywords = ["desktop", "notification", "notify", "linux", "macos"]
license = "MIT/Apache-2.0"
name = "notify-rust"
readme = "README.md"
repository = "https://github.com/hoodie/notify-rust"
version = "3.6.3"
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.dbus]
version = "0.6"

[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.image]
optional = true
version = "0.22"

[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.lazy_static]
optional = true
version = "1.4"
[target."cfg(target_os=\"macos\")".dependencies.mac-notification-sys]
version = "0.3"