wayland-client 0.20.2

Bindings to the standard C implementation of the wayland protocol, client side.
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 = "wayland-client"
version = "0.20.2"
authors = ["Victor Berger <victor.berger@m4x.org>"]
build = "build.rs"
description = "Bindings to the standard C implementation of the wayland protocol, client side."
documentation = "https://smithay.github.io/wayland-rs/wayland_client/"
keywords = ["wayland", "client"]
categories = ["gui", "api-bindings"]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[dependencies.bitflags]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.wayland-commons]
version = "0.20.2"

[dependencies.wayland-sys]
version = "0.20.2"
features = ["client"]
optional = true
[dev-dependencies.byteorder]
version = "1.0"

[dev-dependencies.tempfile]
version = "2.0"
[build-dependencies.wayland-scanner]
version = "0.20.2"

[features]
cursor = ["wayland-sys/cursor"]
default = ["egl", "cursor", "native_lib"]
dlopen = ["wayland-sys/dlopen"]
egl = ["wayland-sys/egl"]
native_lib = ["wayland-sys", "wayland-commons/native_lib"]
[badges.travis-ci]
repository = "smithay/wayland-rs"