[go: up one dir, main page]

zvariant 5.5.3

D-Bus & GVariant encoding & decoding
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[dependencies.arrayvec]
features = ["serde"]
optional = true
version = "0.7.4"

[dependencies.camino]
optional = true
version = "1.1.9"

[dependencies.chrono]
default-features = false
features = ["serde"]
optional = true
version = "0.4.38"

[dependencies.endi]
version = "1.1.0"

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

[dependencies.heapless]
features = ["serde"]
optional = true
version = "0.8.0"

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

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

[dependencies.time]
features = ["serde"]
optional = true
version = "0.3.36"

[dependencies.url]
features = ["serde"]
optional = true
version = "2.5.0"

[dependencies.uuid]
features = ["serde"]
optional = true
version = "1.8.0"

[dependencies.winnow]
version = "0.7"

[dependencies.zvariant_derive]
version = "5.5.3"

[dependencies.zvariant_utils]
version = "3.2.0"

[dev-dependencies.chrono]
default-features = false
features = ["serde", "serde", "alloc"]
version = "0.4.38"

[dev-dependencies.criterion]
version = "0.5.1"

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

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

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

[features]
camino = ["dep:camino"]
default = []
gvariant = ["zvariant_derive/gvariant", "zvariant_utils/gvariant"]
option-as-array = []
ostree-tests = ["gvariant"]

[lib]
bench = false
name = "zvariant"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tokio_unstable)"]
level = "warn"
priority = 0

[package]
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding", "parsing"]
description = "D-Bus & GVariant encoding & decoding"
edition = "2021"
keywords = ["D-Bus", "DBus", "IPC", "GVariant"]
license = "MIT"
name = "zvariant"
readme = "README.md"
repository = "https://github.com/dbus2/zbus/"
rust-version = "1.77"
version = "5.5.3"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "array_string_value"
path = "tests/array_string_value.rs"

[[test]]
name = "array_value"
path = "tests/array_value.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "derive"
path = "tests/derive.rs"

[[test]]
name = "dict_compare"
path = "tests/dict_compare.rs"

[[test]]
name = "dict_value"
path = "tests/dict_value.rs"

[[test]]
name = "enums"
path = "tests/enums.rs"

[[test]]
name = "fd_value"
path = "tests/fd_value.rs"

[[test]]
name = "heapless_string_value"
path = "tests/heapless_string_value.rs"

[[test]]
name = "issues"
path = "tests/issues.rs"

[[test]]
name = "numbers"
path = "tests/numbers.rs"

[[test]]
name = "object_path_value"
path = "tests/object_path_value.rs"

[[test]]
name = "ostree_de"
path = "tests/ostree_de.rs"

[[test]]
name = "recursion_limits"
path = "tests/recursion_limits.rs"

[[test]]
name = "serde_bytes"
path = "tests/serde_bytes.rs"

[[test]]
name = "serde_bytes_gvariant"
path = "tests/serde_bytes_gvariant.rs"

[[test]]
name = "serialized_size"
path = "tests/serialized_size.rs"

[[test]]
name = "signature"
path = "tests/signature.rs"

[[test]]
name = "str_value"
path = "tests/str_value.rs"

[[test]]
name = "struct_byte_array"
path = "tests/struct_byte_array.rs"

[[test]]
name = "struct_ref"
path = "tests/struct_ref.rs"

[[test]]
name = "struct_value"
path = "tests/struct_value.rs"

[[test]]
name = "struct_with_hashmap"
path = "tests/struct_with_hashmap.rs"

[[test]]
name = "unit"
path = "tests/unit.rs"

[[test]]
name = "unit_fds"
path = "tests/unit_fds.rs"

[[test]]
name = "value_value"
path = "tests/value_value.rs"