Revision control

Copy as Markdown

Other Tools

# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "dbus-codegen"
version = "0.9.1"
authors = ["David Henningsson <diwic@ubuntu.com>"]
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"
[lib]
path = "src/lib.rs"
[[bin]]
name = "dbus-codegen-rust"
path = "src/main.rs"
[[example]]
name = "adv_server_codegen"
required-features = ["dbus", "dbus-tree"]
[dependencies.clap]
version = "2.20"
[dependencies.dbus]
version = "0.9"
optional = true
[dependencies.dbus-tree]
version = "0.9"
optional = true
[dependencies.xml-rs]
version = "0.8.3"
[features]
default = ["dbus"]
[badges.is-it-maintained-issue-resolution]
repository = "diwic/dbus-rs"
[badges.is-it-maintained-open-issues]
repository = "diwic/dbus-rs"
[badges.travis-ci]
repository = "diwic/dbus-rs"