wayland-scanner 0.30.0-beta.11

Wayland Scanner for generating rust APIs from XML wayland protocol files.
Documentation
[package]
name = "wayland-scanner"
version = "0.30.0-beta.11"
authors = ["Victor Berger <victor.berger@m4x.org>"]
repository = "https://github.com/smithay/wayland-rs"
documentation = "https://docs.rs/wayland-scanner/"
description = "Wayland Scanner for generating rust APIs from XML wayland protocol files."
license = "MIT"
categories = ["gui", "api-bindings"]
keywords = ["wayland", "codegen"]
edition = "2018"
readme = "README.md"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.11"
quote = "1.0"
syn = "1.0"
quick-xml = "0.25"

[dev-dependencies]
similar = "2"