zbus_xml 5.0.1

API to handle D-Bus introspection XML
Documentation
[dependencies.quick-xml]
features = ["serialize", "overlapped-lists"]
version = "0.36"

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

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.zbus_names]
version = "4.0"

[dependencies.zvariant]
default-features = false
version = "5.0.0"

[dev-dependencies.doc-comment]
version = "0.3.3"

[lib]
name = "zbus_xml"
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
autotests = false
build = false
categories = ["parsing"]
description = "API to handle D-Bus introspection XML"
edition = "2021"
keywords = ["D-Bus", "DBus", "IPC", "XML"]
license = "MIT"
name = "zbus_xml"
readme = "README.md"
repository = "https://github.com/dbus2/zbus/"
rust-version = "1.80"
version = "5.0.1"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]

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