[package] name = "systemd" version = "0.1.0" edition = "2021" publish = false build = "../build.rs" [lib] path = "../packages.rs" [package.metadata.build-package] releases-url = "https://github.com/systemd/systemd-stable/releases" package-features = ["unified-cgroup-hierarchy"] [[package.metadata.build-package.external-files]] url = "https://github.com/systemd/systemd-stable/archive/v252.13/systemd-stable-252.13.tar.gz" sha512 = "db96a49a8819abbd68606c4063b2f8ef56d2fa07a62733e82c31de12f8e6d33f40bc85d162edc56bd77b23904a017b3b7f7050d281613b78ac39d25c0f1f70ad" [build-dependencies] glibc = { path = "../glibc" } kmod = { path = "../kmod" } libacl = { path = "../libacl" } libattr = { path = "../libattr" } libcap = { path = "../libcap" } libseccomp = { path = "../libseccomp" } libselinux = { path = "../libselinux" } libxcrypt = { path = "../libxcrypt" } util-linux = { path = "../util-linux" }