[dependencies.clap]
features = ["derive", "cargo"]
version = "3.0.0"
[dependencies.notify-rust]
default-features = false
version = "4.5"
[features]
d = ["notify-rust/d"]
default = ["z"]
images = ["notify-rust/images"]
z = ["notify-rust/z"]
[package]
authors = ["Hendrik Sollich <hendrik@hoodie.de>"]
description = "A commandline tool that shows desktop notifications using [notify-rust](https://docs.rs/notify-rust/)."
edition = "2018"
keywords = ["desktop", "notification", "notify", "dbus", "libnotify"]
license = "MIT/Apache-2.0"
name = "toastify"
readme = "README.md"
version = "0.5.4"