x11 2.17.0

X11 library bindings for Rust
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 = "x11"
version = "2.17.0"
authors = ["Daggerbot <daggerbot@gmail.com>"]
build = "build.rs"
description = "X11 library bindings for Rust"
documentation = "https://docs.rs/x11"
license = "CC0-1.0"
repository = "https://github.com/Daggerbot/x11-rs.git"
[package.metadata.pkg-config.gl]
feature = "glx"
version = "1"

[package.metadata.pkg-config.x11]
feature = "xlib"
version = "1.4.99.1"

[package.metadata.pkg-config.x11-xcb]
feature = "xlib_xcb"
version = "1.6"

[package.metadata.pkg-config.xcursor]
feature = "xcursor"
version = "1.1"

[package.metadata.pkg-config.xext]
feature = "dpms"
version = "1.3"

[package.metadata.pkg-config.xft]
feature = "xft"
version = "2.1"

[package.metadata.pkg-config.xi]
feature = "xinput"
version = "1.7"

[package.metadata.pkg-config.xinerama]
feature = "xinerama"
version = "1.1"

[package.metadata.pkg-config.xmu]
feature = "xmu"
version = "1.1"

[package.metadata.pkg-config.xrandr]
feature = "xrandr"
version = "1.5"

[package.metadata.pkg-config.xrender]
feature = "xrender"
version = "0.9.6"

[package.metadata.pkg-config.xscrnsaver]
feature = "xss"
version = "1.2"

[package.metadata.pkg-config.xt]
feature = "xt"
version = "1.1"

[package.metadata.pkg-config.xtst]
feature = "xtst"
version = "1.2"

[package.metadata.pkg-config.xxf86vm]
feature = "xf86vmode"
version = "1.1"
[dependencies.libc]
version = "0.2"
[build-dependencies.metadeps]
version = "1.1"

[features]
dox = []
dpms = []
glx = []
xcursor = []
xf86vmode = []
xft = []
xinerama = []
xinput = []
xlib = []
xlib_xcb = []
xmu = []
xrandr = []
xrecord = ["xtst"]
xrender = []
xss = []
xt = []
xtest = ["xtst"]
xtst = []