rust-libnotify/Cargo.toml

19 lines
535 B
TOML
Raw Normal View History

2015-03-06 19:25:55 +00:00
[package]
name = "libnotify"
2017-07-11 13:59:55 +00:00
version = "1.0.1"
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"
2017-07-11 13:45:17 +00:00
repository = "https://github.com/hasufell/rust-libnotify"
documentation = "https://hasufell.github.io/rust-libnotify/libnotify/"
2015-03-09 20:06:34 +00:00
keywords = ["libnotify", "notification"]
[dependencies]
2017-07-11 13:40:33 +00:00
gdk-pixbuf = "^0.1.3"
gdk-pixbuf-sys = "^0.3.4"
glib = "^0.1.3"
glib-sys = "^0.3.4"
gobject-sys = "^0.3.4"
libnotify-sys = "^1.0.0"