1 | [package] |
2 | name = "wayland-protocols-plasma" |
3 | version = "0.2.0" |
4 | documentation = "https://docs.rs/wayland-protocols-plasma/" |
5 | repository = "https://github.com/smithay/wayland-rs" |
6 | authors = ["Elinor Berger <elinor@safaradeg.net>" ] |
7 | license = "MIT" |
8 | keywords = ["wayland" , "client" , "server" , "protocol" , "extension" ] |
9 | description = "Generated API for the Plasma wayland protocol extensions" |
10 | categories = ["gui" , "api-bindings" ] |
11 | edition = "2018" |
12 | rust-version = "1.65" |
13 | readme = "README.md" |
14 | |
15 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
16 | |
17 | [dependencies] |
18 | wayland-scanner = { version = "0.31.0" , path = "../wayland-scanner" } |
19 | wayland-backend = { version = "0.3.0" , path = "../wayland-backend" } |
20 | wayland-client = { version = "0.31.0" , path = "../wayland-client" , optional = true } |
21 | wayland-server = { version = "0.31.0" , path = "../wayland-server" , optional = true } |
22 | wayland-protocols = { version = "0.31.0" , path = "../wayland-protocols" } |
23 | bitflags = "2" |
24 | |
25 | [features] |
26 | client = ["wayland-client" , "wayland-protocols/client" ] |
27 | server = ["wayland-server" , "wayland-protocols/server" ] |
28 | |
29 | [package.metadata.docs.rs] |
30 | all-features = true |
31 | rustdoc-args = ["--cfg" , "docsrs" ] |
32 | |