notify-rust 3.2.1

Show desktop notifications. Pure Rust dbus client and server.
Documentation
[package]
name = "notify-rust"
version = "3.2.1"
authors = ["Hendrik Sollich <hendrik@hoodie.de>", "panicbit <panicbit@users.noreply.github.com>"]
description = "Show desktop notifications. Pure Rust dbus client and server."
homepage = "https://github.com/hoodie/notify-rust"
repository = "https://github.com/hoodie/notify-rust"
documentation = "https://hoodie.github.io/notify-rust/"

license = "MIT/Apache-2.0"
keywords = ["desktop", "notification", "notify", "dbus", "libnotify"]
readme = "README.md"

include = [
  "History.md",
  ".gitignore",
  ".travis.yml",
  "Cargo.toml",
  "src/*.rs",
  "tests/*.rs"
]

[dependencies]
dbus = "~0.4"
clippy = {version = "~0.0.86", optional = true}

[features]
default = []
lints = ["clippy"]