| 1 | [package] |
| 2 | name = "wayland-scanner" |
| 3 | version = "0.31.6" |
| 4 | authors = ["Elinor Berger <elinor@safaradeg.net>" ] |
| 5 | repository = "https://github.com/smithay/wayland-rs" |
| 6 | documentation = "https://docs.rs/wayland-scanner/" |
| 7 | description = "Wayland Scanner for generating rust APIs from XML wayland protocol files." |
| 8 | license = "MIT" |
| 9 | categories = ["gui" , "api-bindings" ] |
| 10 | keywords = ["wayland" , "codegen" ] |
| 11 | edition = "2021" |
| 12 | rust-version = "1.65" |
| 13 | readme = "README.md" |
| 14 | |
| 15 | [lib] |
| 16 | proc-macro = true |
| 17 | |
| 18 | [dependencies] |
| 19 | proc-macro2 = "1.0.11" |
| 20 | quote = "1.0" |
| 21 | quick-xml = "0.37.0" |
| 22 | |
| 23 | [dev-dependencies] |
| 24 | similar = "2" |
| 25 | |
| 26 | [package.metadata.docs.rs] |
| 27 | all-features = true |
| 28 | rustdoc-args = ["--cfg" , "docsrs" ] |
| 29 | |