tokio-dbus-runtime 0.2.0

Runtime support for code generated by tokio-dbus-codegen.
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 = "2024"
rust-version = "1.90"
name = "tokio-dbus-runtime"
version = "0.2.0"
authors = ["John-John Tedro <udoprog@tedro.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Runtime support for code generated by tokio-dbus-codegen.
"""
homepage = "https://github.com/udoprog/tokio-dbus"
documentation = "https://docs.rs/tokio-dbus"
readme = "README.md"
keywords = [
    "async",
    "d-bus",
    "dbus",
    "ipc",
    "tokio",
]
categories = [
    "asynchronous",
    "os::unix-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/udoprog/tokio-dbus"
resolver = "2"

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

[dependencies.tokio]
version = "1.34.0"
features = ["time"]
default-features = false

[dependencies.tokio-dbus]
version = "=0.2.0"

[dependencies.tokio-dbus-core]
version = "=0.2.0"

[dev-dependencies.tokio]
version = "1.34.0"
features = ["full"]