# 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 = "servicer" version = "0.1.14" authors = ["Shardul Aeer "] description = "Simplify Service Management on systemd" homepage = "https://servicer.dev" readme = "README.md" keywords = [ "systemd", "dbus", "service", "process", ] license = "MIT" repository = "https://github.com/servicer-labs/servicer" [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.cli-table] version = "0.4.7" [dependencies.futures] version = "0.3.28" [dependencies.indoc] version = "2.0.4" [dependencies.libc] version = "0.2.149" [dependencies.regex] version = "1.10.2" [dependencies.tempfile] version = "3.8.0" [dependencies.tokio] version = "1.33.0" features = [ "rt-multi-thread", "macros", "fs", ] [dependencies.zbus] version = "3.14.1" features = ["tokio"] default-features = false