wayland-server 0.21.0

Bindings to the standard C implementation of the wayland protocol, server 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-server"
version = "0.21.0"
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"

[dependencies.downcast-rs]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.mio]
version = "0.6"

[dependencies.nix]
version = "0.11"

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

[dependencies.wayland-sys]
version = "0.21.0"
features = ["server"]
optional = true
[build-dependencies.wayland-scanner]
version = "0.21.0"

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