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