# 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" name = "bussy" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A convenient zbus wrapper" readme = "README.md" keywords = [ "utility", "d-bus", "dbus", "ipc", ] categories = ["os::unix-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/mahkoh/wl-tray-bridge/bussy" [lib] name = "bussy" path = "src/lib.rs" [dependencies.error_reporter] version = "1.0.0" [dependencies.log] version = "0.4.22" [dependencies.parking_lot] version = "0.12.3" [dependencies.pin-project] version = "1.1.6" [dependencies.serde] version = "1.0.210" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" [dependencies.zbus] version = "5.0.0" features = ["tokio"] default-features = false