2015-03-06 19:25:55 +00:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "libnotify"
|
2017-07-09 12:34:45 +00:00
|
|
|
version = "0.5.0"
|
2017-07-09 12:38:55 +00:00
|
|
|
authors = ["Mika Attila <radiantstatue@gmail.com>", "Julian Ospald <hasufell@posteo.de>"]
|
2015-03-09 20:06:34 +00:00
|
|
|
license = "MIT"
|
2017-07-09 11:52:54 +00:00
|
|
|
description = "Rust bindings to libnotify"
|
2015-03-09 20:06:34 +00:00
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/crumblingstatue/rust-libnotify"
|
2015-03-09 20:17:41 +00:00
|
|
|
documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/"
|
2015-03-09 20:06:34 +00:00
|
|
|
keywords = ["libnotify", "notification"]
|
2015-03-07 12:55:19 +00:00
|
|
|
|
2015-03-09 20:04:13 +00:00
|
|
|
[dependencies]
|
2017-07-09 12:21:31 +00:00
|
|
|
libnotify-sys = "^0.5.0"
|
2017-07-09 17:33:13 +00:00
|
|
|
gdk-pixbuf = "^0.1.3"
|
|
|
|
gdk-pixbuf-sys = "^0.3.4"
|
2017-07-09 12:07:40 +00:00
|
|
|
glib-sys = "^0.3.4"
|
2017-07-09 12:08:01 +00:00
|
|
|
gtypes = "^0.2.0"
|
2017-07-09 12:23:37 +00:00
|
|
|
glib = "^0.1.3"
|