zvariant_utils 3.3.1

Various utilities used internally by the zvariant crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.87"
name = "zvariant_utils"
version = "3.3.1"
authors = [
    "Zeeshan Ali Khan <zeeshanak@gnome.org>",
    "turbocooler <turbocooler@cocaine.ninja>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Various utilities used internally by the zvariant crate."
readme = "README.md"
keywords = [
    "D-Bus",
    "DBus",
    "IPC",
    "GVariant",
]
categories = [
    "data-structures",
    "encoding",
    "parsing",
]
license = "MIT"
repository = "https://github.com/z-galaxy/zbus/"

[package.metadata.docs.rs]
all-features = true
targets = [
    "x86_64-unknown-linux-gnu",
    "x86_64-pc-windows-gnu",
    "x86_64-apple-darwin",
    "x86_64-unknown-freebsd",
    "x86_64-unknown-netbsd",
    "aarch64-linux-android",
]

[features]
default = []
gvariant = []

[lib]
name = "zvariant_utils"
path = "src/lib.rs"

[dependencies.proc-macro2]
version = "1.0.81"

[dependencies.quote]
version = "1.0.36"

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

[dependencies.syn]
version = "2.0.64"
features = [
    "extra-traits",
    "full",
]

[dependencies.winnow]
version = "1.0"

[dev-dependencies]

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