zvariant 2.9.0

D-Bus & GVariant encoding & decoding
Documentation
[[bench]]
harness = false
name = "benchmarks"
[dependencies.arrayvec]
features = ["serde"]
optional = true
version = "0.5.1"

[dependencies.byteorder]
version = "1.3.1"

[dependencies.enumflags2]
features = ["serde"]
optional = true
version = "0.6.4"

[dependencies.libc]
version = "0.2.92"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_bytes]
optional = true
version = "0.11"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.zvariant_derive]
version = "=2.9.0"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.rand]
version = "0.8.3"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_repr]
version = "0.1.5"

[features]
default = ["gvariant"]
gvariant = []
ostree-tests = ["gvariant"]

[lib]
bench = false

[package]
authors = ["Zeeshan Ali <zeeshanak@gnome.org>"]
categories = ["data-structures", "encoding", "parsing"]
description = "D-Bus & GVariant encoding & decoding"
edition = "2018"
keywords = ["D-Bus", "DBus", "IPC", "GVariant"]
license = "MIT"
name = "zvariant"
readme = "../README.md"
repository = "https://gitlab.freedesktop.org/dbus/zbus/"
resolver = "2"
version = "2.9.0"