| 1 | [package] |
| 2 | name = "wayland-protocols" |
| 3 | version = "0.32.6" |
| 4 | documentation = "https://docs.rs/wayland-protocols/" |
| 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 officials wayland protocol extensions" |
| 10 | categories = ["gui" , "api-bindings" ] |
| 11 | edition = "2021" |
| 12 | rust-version = "1.65" |
| 13 | readme = "README.md" |
| 14 | |
| 15 | [dependencies] |
| 16 | wayland-scanner = { version = "0.31.6" , path = "../wayland-scanner" } |
| 17 | wayland-backend = { version = "0.3.8" , path = "../wayland-backend" } |
| 18 | wayland-client = { version = "0.31.8" , path = "../wayland-client" , optional = true } |
| 19 | wayland-server = { version = "0.31.7" , path = "../wayland-server" , optional = true } |
| 20 | bitflags = "2" |
| 21 | |
| 22 | [features] |
| 23 | client = ["wayland-client" ] |
| 24 | server = ["wayland-server" ] |
| 25 | staging = [] |
| 26 | unstable = [] |
| 27 | |
| 28 | [package.metadata.docs.rs] |
| 29 | all-features = true |
| 30 | rustdoc-args = ["--cfg" , "docsrs" ] |
| 31 | |