rust-libnotify/Cargo.toml

19 lines
734 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 14:44:41 +00:00
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" }