# 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.60" name = "dbuz" version = "0.2.0" authors = ["Zeeshan Ali Khan "] description = "A simple D-Bus bus (broker) implementation" readme = "README.md" keywords = [ "D-Bus", "DBus", "IPC", ] categories = ["network-programming"] license = "MIT" repository = "https://gitlab.freedesktop.org/zeenix/dbuz/" [lib] name = "dbuz" path = "src/lib.rs" [[bin]] name = "dbuz" path = "src/bin/dbuz.rs" [dependencies.anyhow] version = "1.0.58" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.enumflags2] version = "0.7.0" [dependencies.futures-util] version = "0.3.23" [dependencies.nix] version = "0.25.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.140" features = ["rc"] [dependencies.tokio] version = "1.19.2" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3.11" features = [ "env-filter", "fmt", ] default-features = false [dependencies.zbus] version = "3.4.0" features = ["tokio"] default-features = false [dev-dependencies.fastrand] version = "1.8.0"