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