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 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"
version = "0.9.6"
authors = ["David Henningsson <diwic@ubuntu.com>"]
description = "Bindings to D-Bus, which is a bus commonly used on Linux for inter-process communication."
documentation = "http://docs.rs/dbus"
readme = "README.md"
keywords = [
"D-Bus",
"DBus",
"IPC",
]
categories = [
"os::unix-apis",
"api-bindings",
]
license = "Apache-2.0/MIT"
[package.metadata.docs.rs]
features = ["futures"]
[dependencies.futures-channel]
version = "0.3"
optional = true
[dependencies.futures-executor]
version = "0.3"
optional = true
[dependencies.futures-util]
version = "0.3"
optional = true
default-features = false
[dependencies.libc]
version = "0.2.66"
[dependencies.libdbus-sys]
version = "0.2.2"
[dev-dependencies.tempfile]
version = "3"
[features]
futures = [
"futures-util",
"futures-channel",
]
no-string-validation = []
[target."cfg(windows)".dependencies.winapi]
version = "0.3.0"
features = ["winsock2"]
[badges.maintenance]
status = "actively-developed"