| 1 | [package] |
| 2 | name = "zvariant_utils" |
| 3 | version = "2.1.0" |
| 4 | authors = [ |
| 5 | "Zeeshan Ali Khan <zeeshanak@gnome.org>" , |
| 6 | "turbocooler <turbocooler@cocaine.ninja>" , |
| 7 | ] |
| 8 | edition = "2021" |
| 9 | rust-version = "1.75" |
| 10 | |
| 11 | description = "Various utilities used internally by the zvariant crate." |
| 12 | repository = "https://github.com/dbus2/zbus/" |
| 13 | keywords = ["D-Bus" , "DBus" , "IPC" , "GVariant" ] |
| 14 | license = "MIT" |
| 15 | categories = ["data-structures" , "encoding" , "parsing" ] |
| 16 | readme = "README.md" |
| 17 | |
| 18 | [dependencies] |
| 19 | proc-macro2 = "1.0.81" |
| 20 | syn = { version = "2.0.64" , features = ["extra-traits" , "full" ] } |
| 21 | quote = "1.0.36" |
| 22 | |