[package] name = "notifrust" version = "3.5.0" authors = ["Hendrik Sollich ", "panicbit "] description = "A crate almost as good as notify-rust." omepage = "https://github.com/hoodie/notify-rust" repository = "https://github.com/hoodie/notify-rust" documentation = "https://docs.rs/notify-rust/" license = "MIT/Apache-2.0" keywords = ["desktop", "notification", "notify", "dbus", "libnotify"] readme = "README.md" include = [ "README.md", "History.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "tests/*.rs" ] [dependencies] error-chain = "0.12" [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] dbus = "0.6" lazy_static = {version = "1.1", optional = true} image = {version = "0.20", optional = true} [target.'cfg(target_os="macos")'.dependencies] mac-notification-sys = "0.1" [features] default = [] debug_namespace = [] images = ["image", "lazy_static"]