zbus-lockstep-macros 0.4.4

Macros to keep types in lockstep with DBus XML definitions
Documentation
[package]
name = "zbus-lockstep-macros"
authors = ["Luuk van der Duim <luukvanderduim@gmail.com>"]
description = "Macros to keep types in lockstep with DBus XML definitions"
version = "0.4.4"
edition = "2021"
keywords = ["type-safety", "zbus", "DBus", "IPC"]
categories = ["API-bindings"]
documentation = "https://docs.rs/zbus-lockstep-macro"
repository = "https://github.com/luukvanderduim/zbus-lockstep"
readme = "README.md"
license = "MIT"
include = ["src/**/*", "LICENSE-MIT", "README.md"]
publish = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dependencies]
syn = "2.0"
proc-macro2 = "1.0"
quote = "1.0"
zbus-lockstep = { path = "../zbus-lockstep", version = "0.4.4" }
zbus_xml = "4.0"
zvariant = "4.0"

[dev-dependencies]
version-sync = "0.9"