[package]
name = "zbus-lockstep"
authors = [
"Luuk van der Duim <luukvanderduim@gmail.com>",
"Tait Hoyem<tait@tait.tech>",
]
description = "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"
repository = "https://github.com/luukvanderduim/zbus-lockstep"
readme = "README.md"
license = "MIT"
include = ["src/**/*", "LICENSE-MIT", "README.md"]
publish = true
[badges.maintenance]
status = "actively-developed"
[dependencies]
zbus_xml = { version = "4.0" }
zvariant = { version = "4.0" }
[dev-dependencies]
tempfile = "3"
version-sync = "0.9"