wayland-sys 0.24.0

FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.
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]
edition = "2018"
name = "wayland-sys"
version = "0.24.0"
authors = ["Victor Berger <victor.berger@m4x.org>"]
description = "FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings."
documentation = "https://smithay.github.io/wayland-rs/wayland_sys/"
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[package.metadata.docs.rs]
all-features = true
[dependencies.dlib]
version = "0.4"
optional = true

[dependencies.lazy_static]
version = "1"
optional = true

[dependencies.libc]
version = "0.2"
optional = true

[features]
client = ["dlib"]
cursor = ["client"]
dlopen = ["dlib/dlopen", "lazy_static"]
egl = ["client"]
server = ["libc", "dlib"]
[badges.travis-ci]
repository = "Smithay/wayland-rs"