lanzaboote/rust/tool/systemd/Cargo.toml

29 lines
763 B
TOML

[package]
name = "lzbt-systemd"
version.workspace = true
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
base32ct = { version = "0.2.0", features = ["alloc"] }
stderrlog = "0.5.4"
log = { version = "0.4.20", features = ["std"] }
clap = { version = "4.4.6", features = ["derive"] }
lanzaboote_tool = { path = "../shared" }
indoc = "2.0.4"
serde_json = "1.0.107"
sha2 = "0.10.8"
tempfile = "3.8.0"
nix = { version = "0.27.1", default-features = false, features = [ "fs" ] }
[dev-dependencies]
assert_cmd = "2.0.12"
expect-test = "1.4.1"
filetime = "0.2.22"
rand = "0.8.5"
goblin = "0.7.1"
serde = { version = "1.0.189", features = ["derive"] }
walkdir = "2.4.0"