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-01-02 05:13:03 -05:00
anyhow = "1.0.79"
base32ct = { version = "0.2.0", features = ["alloc"] }
2024-02-04 22:38:46 -05:00
stderrlog = "0.6.0"
2023-10-15 21:54:44 -04:00
log = { version = "0.4.20", features = ["std"] }
2024-01-21 19:19:38 -05:00
clap = { version = "4.4.18", features = ["derive"] }
lanzaboote_tool = { path = "../shared" }
2023-10-15 21:54:44 -04:00
indoc = "2.0.4"
2024-02-04 22:38:46 -05:00
serde_json = "1.0.113"
2023-10-15 21:54:44 -04:00
sha2 = "0.10.8"
2024-01-02 05:13:03 -05:00
tempfile = "3.9.0"
2023-10-15 21:54:44 -04:00
nix = { version = "0.27.1", default-features = false, features = [ "fs" ] }
[dev-dependencies]
2024-01-14 19:17:37 -05:00
assert_cmd = "2.0.13"
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"