lanzaboote/rust/tool/systemd/Cargo.toml

28 lines
708 B
TOML
Raw Normal View History

[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.76"
base32ct = { version = "0.2.0", features = ["alloc"] }
stderrlog = "0.5.4"
2023-10-15 21:54:44 -04:00
log = { version = "0.4.20", features = ["std"] }
2023-12-10 19:54:29 -05:00
clap = { version = "4.4.11", features = ["derive"] }
lanzaboote_tool = { path = "../shared" }
2023-10-15 21:54:44 -04:00
indoc = "2.0.4"
serde_json = "1.0.108"
2023-10-15 21:54:44 -04:00
sha2 = "0.10.8"
2023-10-29 20:00:50 -04:00
tempfile = "3.8.1"
2023-10-15 21:54:44 -04:00
nix = { version = "0.27.1", default-features = false, features = [ "fs" ] }
[dev-dependencies]
2023-10-15 21:54:44 -04:00
assert_cmd = "2.0.12"
expect-test = "1.4.1"
2023-12-10 19:54:29 -05:00
filetime = "0.2.23"
rand = "0.8.5"
2023-10-15 21:54:44 -04:00
goblin = "0.7.1"
walkdir = "2.4.0"