libhandy-rs/libhandy-sys/Cargo.toml
2021-05-04 15:40:52 +00:00

70 lines
1.4 KiB
TOML

[build-dependencies]
pkg-config = "0.3.7"
system-deps = "3"
[dependencies]
libc = "0.2"
[dependencies.gdk-pixbuf-sys]
version = "*"
git = "https://github.com/gtk-rs/gtk-rs.git"
[dependencies.gdk-sys]
version = "*"
git = "https://github.com/gtk-rs/gtk-rs.git"
[dependencies.gio-sys]
version = "*"
git = "https://github.com/gtk-rs/gtk-rs.git"
[dependencies.glib-sys]
version = "*"
git = "https://github.com/gtk-rs/gtk-rs.git"
[dependencies.gobject-sys]
version = "*"
git = "https://github.com/gtk-rs/gtk-rs.git"
[dependencies.gtk-sys]
version = "*"
git = "https://github.com/gtk-rs/gtk-rs.git"
features = ["v3_24"]
[dependencies.pango-sys]
version = "*"
git = "https://github.com/gtk-rs/gtk-rs.git"
[dev-dependencies]
shell-words = "1.0.0"
tempfile = "3"
[features]
default = ["v1_0"]
dox = []
v1_0 = []
v1_2 = []
[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 = "LGPL-2.1-only"
links = "handy"
name = "libhandy-sys"
repository = "https://gitlab.gnome.org/World/Rust/libhandy-rs"
documentation = "https://world.pages.gitlab.gnome.org/Rust/libhandy-rs/libhandy-sys/"
version = "0.8.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.libhandy_1]
name = "libhandy-1"
version = "1"
[package.metadata.system-deps.libhandy_1.v1_2]
version = "1.2"