[dependencies.bitflags]
version = "2"
[dependencies.wayland-backend]
version = "0.3.0"
[dependencies.wayland-client]
optional = true
version = "0.31.0"
[dependencies.wayland-scanner]
version = "0.31.0"
[dependencies.wayland-server]
optional = true
version = "0.31.0"
[features]
client = ["wayland-client"]
server = ["wayland-server"]
staging = []
unstable = []
[package]
authors = ["Elinor Berger <elinor@safaradeg.net>"]
categories = ["gui", "api-bindings"]
description = "Generated API for the officials wayland protocol extensions"
documentation = "https://docs.rs/wayland-protocols/"
edition = "2021"
keywords = ["wayland", "client", "server", "protocol", "extension"]
license = "MIT"
name = "wayland-protocols"
readme = "README.md"
repository = "https://github.com/smithay/wayland-rs"
rust-version = "1.65"
version = "0.31.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]