# 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 = "2021" rust-version = "1.74" name = "busd" version = "0.4.0" authors = ["Zeeshan Ali Khan "] build = false exclude = ["LICENSE"] autobins = false autoexamples = false autotests = false autobenches = false description = "A D-Bus bus (broker) implementation" readme = "README.md" keywords = [ "D-Bus", "DBus", "IPC", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/dbus2/busd" [profile.release] lto = "fat" [lib] name = "busd" path = "src/lib.rs" [[bin]] name = "busd" path = "src/bin/busd.rs" [[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" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.console-subscriber] version = "0.4.0" optional = true [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] version = "1.0.200" features = ["rc"] [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", "signal", "tracing", "fs", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", "ansi", ] optional = true default-features = false [dependencies.xdg-home] version = "1.1.0" [dependencies.zbus] version = "5.0" features = [ "tokio", "bus-impl", ] default-features = false [dev-dependencies.ntest] version = "0.9.2" [features] default = ["tracing-subscriber"] [target."cfg(unix)".dependencies.nix] version = "0.29.0" features = ["user"]