wl-client-builder 0.2.1

Library for creating protocol bindings for wl-client
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85.0"
name = "wl-client-builder"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for creating protocol bindings for wl-client"
readme = "README.md"
keywords = [
    "protocol",
    "linux",
    "wayland",
    "api",
]
categories = [
    "api-bindings",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mahkoh/wl-client"

[lib]
name = "wl_client_builder"
path = "src/lib.rs"

[dependencies.debug-fn]
version = "1.0.0"

[dependencies.phf]
version = "0.11.3"
features = ["macros"]

[dependencies.quick-xml]
version = "0.37.2"

[dependencies.thiserror]
version = "2.0.12"