# 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 = "2021" rust-version = "1.80" name = "zbus_xml" version = "5.0.1" authors = ["Zeeshan Ali Khan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "API to handle D-Bus introspection XML" readme = "README.md" keywords = [ "D-Bus", "DBus", "IPC", "XML", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/dbus2/zbus/" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [lib] name = "zbus_xml" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.quick-xml] version = "0.36" features = [ "serialize", "overlapped-lists", ] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.static_assertions] version = "1.1.0" [dependencies.zbus_names] version = "4.0" [dependencies.zvariant] version = "5.0.0" default-features = false [dev-dependencies.doc-comment] version = "0.3.3" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tokio_unstable)"]