[dev-dependencies.async-std]
features = ["attributes"]
version = "1.12.0"
[dev-dependencies.color-backtrace]
version = "0.6"
[dev-dependencies.ctor]
version = "0.2"
[dev-dependencies.maplit]
version = "1.0"
[features]
async = []
d = ["dbus"]
d_vendored = ["dbus/vendored"]
debug_namespace = []
default = ["z"]
images = ["image", "lazy_static"]
z = ["zbus", "serde", "async"]
[lib]
name = "notify_rust"
path = "src/lib.rs"
[package]
authors = ["Hendrik Sollich <hendrik@hoodie.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Show desktop notifications (linux, bsd, mac). Pure Rust dbus client and server."
documentation = "https://docs.rs/notify-rust/"
edition = "2021"
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"
rust-version = "1.63.0"
version = "4.11.3"
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.dbus]
optional = true
version = "0.9"
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.env_logger]
optional = true
version = "0.11"
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.image]
optional = true
version = "0.25"
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.lazy_static]
optional = true
version = "1.5"
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.log]
version = "0.4"
[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 = "4"
[target.'cfg(target_os="macos")'.dependencies.chrono]
optional = true
version = "0.4"
[target.'cfg(target_os="macos")'.dependencies.mac-notification-sys]
version = "0.6"
[target.'cfg(target_os="windows")'.dependencies.winrt-notification]
package = "tauri-winrt-notification"
version = "0.2"
[[test]]
name = "conversion"
path = "tests/conversion.rs"
[[test]]
name = "ownworld"
path = "tests/ownworld.rs"
[[test]]
name = "realworld"
path = "tests/realworld.rs"