notify-rust 4.5.0

Show desktop notifications (linux, bsd, mac). Pure Rust dbus client and server.
Documentation
example = []
[dev-dependencies.color-backtrace]
version = "0.5"

[dev-dependencies.ctor]
version = "0.1"

[dev-dependencies.maplit]
version = "1.0"

[features]
d = ["dbus"]
debug_namespace = []
default = ["z"]
images = ["image", "lazy_static"]
server = []
z = ["zbus", "zvariant", "zvariant_derive", "serde"]

[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"
include = ["README.md", "History.md", "CHANGELOG.md", "LICENSE-*", "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 = "4.5.0"
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.dbus]
optional = true
version = "0.9"

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

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

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

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

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

[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.zvariant_derive]
optional = true
version = "2"
[target."cfg(target_os=\"macos\")".dependencies.chrono]
optional = true
version = "0.4"

[target."cfg(target_os=\"macos\")".dependencies.mac-notification-sys]
version = "0.3"
[target."cfg(target_os=\"windows\")".dependencies.winrt-notification]
version = "0.2"