# 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 = "2018" name = "dbus-codegen" version = "0.12.0" authors = ["David Henningsson "] description = "Binary crate to generate Rust code from XML introspection data" readme = "README.md" keywords = [ "D-Bus", "DBus", ] categories = [ "os::unix-apis", "api-bindings", ] license = "Apache-2.0/MIT" repository = "https://github.com/diwic/dbus-rs" [lib] path = "src/lib.rs" [[bin]] name = "dbus-codegen-rust" path = "src/main.rs" required-features = ["clap"] [[example]] name = "adv_server_codegen" required-features = [ "dbus", "dbus-tree", ] [[example]] name = "laundry_cr" required-features = [ "dbus", "dbus-crossroads", ] [dependencies.clap] version = "4.5" optional = true [dependencies.dbus] version = "0.9" optional = true [dependencies.dbus-crossroads] version = "0.5" optional = true [dependencies.dbus-tree] version = "0.9" optional = true [dependencies.xml-rs] version = "0.8.3" [features] default = [ "dbus", "clap", ] [badges.maintenance] status = "actively-developed"