[dependencies.bitflags]
version = "2"
[dependencies.wayland-backend]
version = "0.3.7"
[dependencies.wayland-client]
optional = true
version = "0.31.7"
[dependencies.wayland-scanner]
version = "0.31.5"
[dependencies.wayland-server]
optional = true
version = "0.31.6"
[features]
client = ["wayland-client"]
server = ["wayland-server"]
staging = []
unstable = []
[lib]
name = "wayland_protocols"
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 = "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.32.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]