# 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 = "systemd_client" version = "0.2.1" authors = ["Li Yu "] description = "systemd client library implemented with zbus" homepage = "https://github.com/51yu/systemd-client" documentation = "https://docs.rs/systemd-client/" keywords = ["systemd", "zbus"] license = "Apache-2.0" repository = "https://github.com/51yu/systemd-client" resolver = "2" [dependencies.thiserror] version = "1.0.29" [dependencies.tracing] version = "0.1" [dependencies.zbus] version = "2.0.1" [dependencies.zvariant] version = "3.0.0" [dev-dependencies.tokio] version = "1.11.0" features = ["macros", "rt-multi-thread"]