# 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.66" name = "printnanny-dbus" version = "0.5.1" authors = ["Leigh Johnson "] description = "D-bus APIs used by PrintNanny.ai" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/bitsy-ai/printnanny-rs.git" resolver = "1" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.async-trait] version = "0.1" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.printnanny-asyncapi-models] version = "0.4.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21" features = [ "full", "rt-multi-thread", "rt", "macros", ] [dependencies.zbus] version = "3.5.0" features = ["tokio"] [dependencies.zbus_systemd] version = "0.0.8" features = ["systemd1"]