notify-rust 3.4.1

Show desktop notifications. Pure Rust dbus client and server.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "notify-rust"
version = "3.4.1"
authors = ["Hendrik Sollich <hendrik@hoodie.de>", "panicbit <panicbit@users.noreply.github.com>"]
include = ["History.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "tests/*.rs"]
description = "Show desktop notifications. Pure Rust dbus client and server."
homepage = "https://github.com/hoodie/notify-rust"
documentation = "https://docs.rs/notify-rust/"
readme = "README.md"
keywords = ["desktop", "notification", "notify", "dbus", "libnotify"]
license = "MIT/Apache-2.0"
repository = "https://github.com/hoodie/notify-rust"
[dependencies.error-chain]
version = "0.10"

[features]
images = ["image", "lazy_static"]
default = []
[target."cfg(target_os=\"macos\")".dependencies.mac-notification-sys]
version = "0.1"
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.dbus]
version = "~0.4"

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

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