1[package]
2name = "zbus-lockstep"
3authors = [
4 "Luuk van der Duim <luukvanderduim@gmail.com>",
5 "Tait Hoyem<tait@tait.tech>",
6]
7description = "Keep types in lockstep with DBus XML definitions"
8version = "0.4.4"
9edition = "2021"
10keywords = ["type-safety", "zbus", "DBus", "IPC"]
11categories = ["API-bindings"]
12documentation = "https://docs.rs/zbus-lockstep"
13repository = "https://github.com/luukvanderduim/zbus-lockstep"
14readme = "README.md"
15license = "MIT"
16include = ["src/**/*", "LICENSE-MIT", "README.md"]
17publish = true
18
19[badges.maintenance]
20status = "actively-developed"
21
22# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
23
24[dependencies]
25zbus_xml = { version = "4.0" }
26zvariant = { version = "4.0" }
27
28[dev-dependencies]
29tempfile = "3"
30version-sync = "0.9"
31