[package]
name = "libnotify"
version = "1.0.1"
authors = ["Mika Attila <radiantstatue@gmail.com>", "Julian Ospald <hasufell@posteo.de>"]
description = "Rust bindings to libnotify"
documentation = "https://hasufell.github.io/rust-libnotify/libnotify/"
readme = "README.md"
keywords = ["libnotify", "notification"]
license = "MIT"
repository = "https://github.com/hasufell/rust-libnotify"
[dependencies.libnotify-sys]
version = "^1.0.0"
[dependencies.glib]
version = "^0.1.3"
[dependencies.glib-sys]
version = "^0.3.4"
[dependencies.gdk-pixbuf-sys]
version = "^0.3.4"
[dependencies.gdk-pixbuf]
version = "^0.1.3"
[dependencies.gobject-sys]
version = "^0.3.4"