[package] name = "systemd_client" version = "0.2.1" edition = "2021" authors = ["Li Yu "] license = "Apache-2.0" repository = "https://github.com/51yu/systemd-client" homepage = "https://github.com/51yu/systemd-client" documentation = "https://docs.rs/systemd-client/" description = "systemd client library implemented with zbus" keywords = ["systemd", "zbus"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] zbus = { version = "2.0.1" } zvariant = "3.0.0" thiserror = "1.0.29" tracing = "0.1" [dev-dependencies] tokio = { version = "1.11.0", features = ["macros", "rt-multi-thread"] }