libhandy-rs/libhandy-sys/Cargo.toml
Bilal Elmoussaoui 447c324f44 bump to libhandy-1 & release 0.7.0
we have also yanked the 1.0.0-alpha to avoid to the bump from 0.6 to 1.0
2020-09-08 21:32:45 +02:00

46 lines
905 B
TOML

[build-dependencies]
pkg-config = "0.3.7"
system-deps = "1.3"
[dependencies]
pango-sys = "0.10"
gdk = "0.13"
gdk-sys = "0.10"
gio = "0.9"
gio-sys = "0.10"
glib-sys = "0.10"
gobject-sys = "0.10"
gtk-sys = "0.10"
libc = "0.2"
gdk-pixbuf-sys = "0.10"
[dev-dependencies]
shell-words = "0.1.0"
tempfile = "3"
[features]
dox = []
v1_0 = []
[lib]
name = "libhandy_sys"
[package]
authors = ["Julian Sparber <julian@sparber.net>"]
build = "build.rs"
description = "The sys part of the rust bindings for libhandy"
keywords = ["libhandy", "handy", "gtk-rs", "gnome"]
license = "GPL-3.0-or-later"
links = "handy"
name = "libhandy-sys"
repository = "https://gitlab.gnome.org/World/Rust/libhandy-rs"
version = "0.7.0"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.libhandy_1]
name = "libhandy-1"
version = "1"
[package.metadata.system-deps.libhandy_1.feature-versions]
v1_0 = "1 "