[dependencies.debug-fn]
version = "1.0.0"
[dependencies.phf]
features = ["macros"]
version = "0.11.3"
[dependencies.quick-xml]
version = "0.37.2"
[dependencies.thiserror]
version = "2.0.12"
[lib]
name = "wl_client_builder"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "parser-implementations"]
description = "Library for creating protocol bindings for wl-client"
edition = "2024"
keywords = ["protocol", "linux", "wayland", "api"]
license = "MIT OR Apache-2.0"
name = "wl-client-builder"
readme = "README.md"
repository = "https://github.com/mahkoh/wl-client"
rust-version = "1.85.0"
version = "0.1.0"