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