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]
2024-03-19 00:05:36 -04:00
anyhow = "1.0.81"
base32ct = { version = "0.2.0", features = ["alloc"] }
2024-02-04 22:38:46 -05:00
stderrlog = "0.6.0"
2024-03-03 19:43:57 -05:00
log = { version = "0.4.21", features = ["std"] }
2024-03-25 20:47:36 -04:00
clap = { version = "4.5.4", features = ["derive"] }
lanzaboote_tool = { path = "../shared" }
2024-03-25 20:47:36 -04:00
indoc = "2.0.5"
2024-04-02 15:11:21 -04:00
serde_json = "1.0.115"
2023-10-15 21:54:44 -04:00
sha2 = "0.10.8"
2024-02-26 19:10:20 -05:00
tempfile = "3.10.1"
nix = { version = "0.28.0", default-features = false, features = [ "fs" ] }
[dev-dependencies]
2024-02-19 14:16:12 -05:00
assert_cmd = "2.0.14"
2024-04-02 15:11:21 -04:00
expect-test = "1.5.0"
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"
2024-03-03 19:43:57 -05:00
walkdir = "2.5.0"