rust-libnotify/Cargo.toml

20 lines
771 B
TOML
Raw Normal View History

2015-03-06 19:25:55 +00:00
[package]
name = "libnotify"
2017-07-10 21:21:16 +00:00
version = "1.0.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"]
[dependencies]
2017-07-10 21:21:16 +00:00
error-chain = ">=0.10.0"
gdk-pixbuf = { git = "https://github.com/gtk-rs/gdk-pixbuf.git" }
gdk-pixbuf-sys = { git = "https://github.com/gtk-rs/sys" }
glib = { git = "https://github.com/gtk-rs/glib.git" }
glib-sys = { git = "https://github.com/gtk-rs/sys" }
gobject-sys = { git = "https://github.com/gtk-rs/sys" }
libnotify-sys = { path = "libnotify-sys" }