# 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 = "dbus-waiter" version = "0.2.0" authors = ["Hugo Osvaldo Barrera "] description = "Implement readiness notifications for dbus services" homepage = "https://git.sr.ht/~whynothugo/dbus-waiter" readme = "README.md" keywords = [ "dbus", "readiness", "notification", ] license = "ISC" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = [ "derive", "std", "help", "usage", "error-context", ] default-features = false [dependencies.nix] version = "0.26.2" features = ["process"] default-features = false [dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", "time", ] default-features = false [dependencies.zbus] version = "3.14.1" features = ["tokio"] default-features = false