cairo-sys-rs 0.5.0

FFI bindings to libcairo
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cairo-sys-rs"
version = "0.5.0"
authors = ["The Gtk-rs Project Developers"]
build = "build.rs"
links = "cairo"
description = "FFI bindings to libcairo"
homepage = "http://gtk-rs.org/"
keywords = ["cairo", "ffi", "gtk-rs", "gnome"]
license = "MIT"
repository = "https://github.com/gtk-rs/cairo"

[lib]
name = "cairo_sys"
[dependencies.libc]
version = "0.2"

[dependencies.x11]
version = "2.16"
features = ["xlib"]
optional = true
[build-dependencies.pkg-config]
version = "0.3.7"

[features]
dox = ["x11/dox"]
png = []
v1_12 = []
v1_14 = ["v1_12"]
xcb = []
xlib = ["x11"]
[target."cfg(windows)".dependencies.winapi]
version = "0.2.7"