1[package]
2name = "wayland-protocols-plasma"
3version = "0.2.0"
4documentation = "https://docs.rs/wayland-protocols-plasma/"
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 Plasma wayland protocol extensions"
10categories = ["gui", "api-bindings"]
11edition = "2018"
12rust-version = "1.65"
13readme = "README.md"
14
15# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
17[dependencies]
18wayland-scanner = { version = "0.31.0", path = "../wayland-scanner" }
19wayland-backend = { version = "0.3.0", path = "../wayland-backend" }
20wayland-client = { version = "0.31.0", path = "../wayland-client", optional = true }
21wayland-server = { version = "0.31.0", path = "../wayland-server", optional = true }
22wayland-protocols = { version = "0.31.0", path = "../wayland-protocols"}
23bitflags = "2"
24
25[features]
26client = ["wayland-client", "wayland-protocols/client"]
27server = ["wayland-server", "wayland-protocols/server"]
28
29[package.metadata.docs.rs]
30all-features = true
31rustdoc-args = ["--cfg", "docsrs"]
32