1[package]
2name = "wayland-protocols"
3version = "0.32.6"
4documentation = "https://docs.rs/wayland-protocols/"
5repository = "https://github.com/smithay/wayland-rs"
6authors = ["Elinor Berger <elinor@safaradeg.net>"]
7license = "MIT"
8keywords = ["wayland", "client", "server", "protocol", "extension"]
9description = "Generated API for the officials wayland protocol extensions"
10categories = ["gui", "api-bindings"]
11edition = "2021"
12rust-version = "1.65"
13readme = "README.md"
14
15[dependencies]
16wayland-scanner = { version = "0.31.6", path = "../wayland-scanner" }
17wayland-backend = { version = "0.3.8", path = "../wayland-backend" }
18wayland-client = { version = "0.31.8", path = "../wayland-client", optional = true }
19wayland-server = { version = "0.31.7", path = "../wayland-server", optional = true }
20bitflags = "2"
21
22[features]
23client = ["wayland-client"]
24server = ["wayland-server"]
25staging = []
26unstable = []
27
28[package.metadata.docs.rs]
29all-features = true
30rustdoc-args = ["--cfg", "docsrs"]
31