busd 0.4.0

A D-Bus bus (broker) implementation
Documentation
[[bin]]
name = "busd"
path = "src/bin/busd.rs"

[dependencies.anyhow]
version = "1.0.82"

[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.console-subscriber]
optional = true
version = "0.4.0"

[dependencies.enumflags2]
version = "0.7.9"

[dependencies.event-listener]
version = "5.3.0"

[dependencies.futures-util]
version = "0.3.30"

[dependencies.hex]
version = "0.4.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
features = ["rc"]
version = "1.0.200"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "signal", "tracing", "fs"]
version = "1.37.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
default-features = false
features = ["env-filter", "fmt", "ansi"]
optional = true
version = "0.3.18"

[dependencies.xdg-home]
version = "1.1.0"

[dependencies.zbus]
default-features = false
features = ["tokio", "bus-impl"]
version = "5.0"

[dev-dependencies.ntest]
version = "0.9.2"

[features]
default = ["tracing-subscriber"]

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

[package]
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming"]
description = "A D-Bus bus (broker) implementation"
edition = "2021"
exclude = ["LICENSE"]
keywords = ["D-Bus", "DBus", "IPC"]
license = "MIT"
name = "busd"
readme = "README.md"
repository = "https://github.com/dbus2/busd"
rust-version = "1.74"
version = "0.4.0"

[profile.release]
lto = "fat"

[target."cfg(unix)".dependencies.nix]
features = ["user"]
version = "0.29.0"

[[test]]
name = "fdo"
path = "tests/fdo.rs"

[[test]]
name = "greet"
path = "tests/greet.rs"

[[test]]
name = "monitor"
path = "tests/monitor.rs"

[[test]]
name = "multiple_conns"
path = "tests/multiple_conns.rs"