rust-libnotify/libnotify-sys/Cargo.toml

31 lines
683 B
TOML
Raw Normal View History

2017-07-10 21:21:16 +00:00
[build-dependencies]
pkg-config = ">=0.3.7"
[dependencies]
bitflags = "^0.9.0"
libc = "^0.2.0"
[dependencies.gdk-pixbuf-sys]
2017-07-11 14:44:41 +00:00
git = "https://github.com/gtk-rs/sys"
2017-07-10 21:21:16 +00:00
[dependencies.glib-sys]
2017-07-11 14:44:41 +00:00
git = "https://github.com/gtk-rs/sys"
2017-07-10 21:21:16 +00:00
[dependencies.gobject-sys]
2017-07-11 14:44:41 +00:00
git = "https://github.com/gtk-rs/sys"
2017-07-10 21:21:16 +00:00
[lib]
name = "libnotify_sys"
[package]
2017-07-11 13:45:17 +00:00
authors = ["Mika Attila <radiantstatue@gmail.com>", "Julian Ospald <hasufell@posteo.de>"]
2017-07-10 21:21:16 +00:00
build = "build.rs"
2017-07-11 13:45:17 +00:00
description = "FFI bindings to libnotify"
keywords = ["libnotify", "notification"]
license = "MIT"
2017-07-10 21:21:16 +00:00
links = "libnotify"
name = "libnotify-sys"
2017-07-11 13:45:17 +00:00
readme = "README.md"
repository = "https://github.com/hasufell/rust-libnotify"
2017-07-10 21:21:16 +00:00
version = "1.0.0"