# 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_xmlgen" version = "5.0.1" authors = [ "Bilal Elmoussaoui ", "Federico Mena Quintero ", "Marc-André Lureau ", "Thomas Mühlbacher ", "Tim Small ", "Zeeshan Ali Khan ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "D-Bus XML interface code generator" documentation = "https://dbus2.github.io/zbus/" readme = "README.md" keywords = [ "D-Bus", "DBus", "IPC", ] categories = [ "os::unix-apis", "development-tools", ] license = "MIT" repository = "https://github.com/dbus2/zbus/" [lib] name = "zbus_xmlgen" path = "src/lib.rs" [[bin]] name = "zbus-xmlgen" path = "src/main.rs" [[test]] name = "gen" path = "tests/gen.rs" [dependencies.clap] version = "4.5.4" features = [ "derive", "wrap_help", ] [dependencies.snakecase] version = "0.1.0" [dependencies.zbus] version = "5.0.0" features = ["blocking-api"] [dependencies.zbus_xml] version = "5.0.0" [dev-dependencies.pretty_assertions] version = "1.4" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tokio_unstable)"]