[dependencies.bitflags]
version = "2"
[dependencies.downcast-rs]
version = "1.2"
[dependencies.io-lifetimes]
version = "2"
[dependencies.log]
optional = true
version = "0.4"
[dependencies.rustix]
features = ["fs"]
version = "0.38.14"
[dependencies.wayland-backend]
version = "0.3.7"
[dependencies.wayland-scanner]
version = "0.31.5"
[lib]
name = "wayland_server"
path = "src/lib.rs"
[package]
authors = ["Elinor Berger <elinor@safaradeg.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["gui", "api-bindings"]
description = "Bindings to the standard C implementation of the wayland protocol, server side."
documentation = "https://docs.rs/wayland-server/"
edition = "2021"
keywords = ["wayland", "server", "compositor"]
license = "MIT"
name = "wayland-server"
readme = "README.md"
repository = "https://github.com/smithay/wayland-rs"
rust-version = "1.65"
version = "0.31.6"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]