metalos/lib/systemd/Cargo.toml (43 lines of code) (raw):

# @generated by autocargo from //metalos/lib/systemd:[systemd,systemd-container-unittest_test_binary,systemd-unittest] [package] name = "systemd" version = "0.0.0" authors = ["Facebook"] edition = "2021" license = "MIT" [lib] test = false doctest = false [[test]] name = "systemd" path = "src/lib.rs" [[test]] name = "systemd" path = "src/lib.rs" [dependencies] anyhow = "1.0.51" async-trait = "0.1.52" bitflags = "1.3" derive_builder = "0.9" futures = { version = "0.3.13", features = ["async-await", "compat"] } maplit = "1.0" nix = "0.23" once_cell = "1.8" regex = "1.5.4" serde = { version = "1.0.126", features = ["derive", "rc"] } slog = { version = "2.7", features = ["max_level_trace", "nested-values"] } thiserror = "1.0.30" tokio = { version = "1.15", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] } uuid = { version = "0.8.1", features = ["serde", "v4", "v5"] } zbus = "2.0.0-beta.7" zvariant = "2.9.0" [dev-dependencies] byteorder = "1.3" itertools = "0.10.3" os_pipe = "0.9" slog_glog_fmt = { path = "../../../common/rust/shed/slog_glog_fmt" } [features] default = ["metalos_container_test", "metalos_plain_test"] metalos_container_test = [] metalos_plain_test = []