dbus 0.9.11

Bindings to D-Bus, which is a bus commonly used on Linux for inter-process communication.
Documentation
# 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.11"
authors = ["David Henningsson <diwic@ubuntu.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to D-Bus, which is a bus commonly used on Linux for inter-process communication."
documentation = "https://docs.rs/dbus"
readme = "README.md"
keywords = [
    "D-Bus",
    "DBus",
    "IPC",
]
categories = [
    "os::unix-apis",
    "api-bindings",
]
license = "Apache-2.0/MIT"
repository = "https://github.com/diwic/dbus-rs"

[package.metadata.docs.rs]
features = ["futures"]

[badges.maintenance]
status = "actively-developed"

[features]
futures = [
    "futures-util",
    "futures-channel",
]
no-string-validation = []
stdfd = []
vendored = ["libdbus-sys/vendored"]

[lib]
name = "dbus"
path = "src/lib.rs"

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "match_signal"
path = "examples/match_signal.rs"

[[example]]
name = "monitor"
path = "examples/monitor.rs"

[[example]]
name = "properties"
path = "examples/properties.rs"

[[example]]
name = "properties_msgitem"
path = "examples/properties_msgitem.rs"

[[example]]
name = "rtkit"
path = "examples/rtkit.rs"

[[example]]
name = "unity_focused_window"
path = "examples/unity_focused_window.rs"

[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.7"

[dev-dependencies.tempfile]
version = "3"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.0"
features = ["Win32_Networking_WinSock"]