[package]
name = "wayland-server"
version = "0.21.13"
authors = ["Victor Berger <victor.berger@m4x.org>"]
build = "build.rs"
description = "Bindings to the standard C implementation of the wayland protocol, server side."
documentation = "https://smithay.github.io/wayland-rs/wayland_server/"
keywords = ["wayland", "server", "compositor"]
categories = ["gui", "api-bindings"]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[dependencies.bitflags]
version = "1.0"
[dependencies.calloop]
version = ">=0.3.1, <0.5"
[dependencies.downcast-rs]
version = "1.0"
[dependencies.libc]
version = "0.2"
[dependencies.mio]
version = "0.6"
[dependencies.nix]
version = "0.14.1"
[dependencies.wayland-commons]
version = "0.21.13"
[dependencies.wayland-sys]
version = "0.21.13"
features = ["server"]
optional = true
[build-dependencies.wayland-scanner]
version = "0.21.13"
[features]
dlopen = ["wayland-sys/dlopen", "native_lib"]
native_lib = ["wayland-sys", "wayland-commons/native_lib"]
[badges.travis-ci]
repository = "Smithay/wayland-rs"