@@ -25,16 +25,19 @@ composefs-oci = { workspace = true }
25
25
fn-error-context = { workspace = true }
26
26
hex = { workspace = true }
27
27
indicatif = { workspace = true }
28
+ indoc = { workspace = true , optional = true }
28
29
libc = { workspace = true }
29
30
openssl = { workspace = true }
30
31
regex = { workspace = true }
31
32
rustix = { workspace = true , features = [" fs" , " process" ] }
32
33
serde = { workspace = true , features = [" derive" ] }
33
34
serde_json = { workspace = true }
35
+ similar-asserts = { workspace = true , optional = true }
34
36
tempfile = { workspace = true }
35
37
tokio = { workspace = true , features = [" io-std" , " time" , " process" , " rt" , " net" ] }
36
38
tokio-util = { workspace = true }
37
39
tracing = { workspace = true }
40
+ xshell = { workspace = true , optional = true }
38
41
39
42
# Crate-specific dependencies
40
43
comfy-table = " 7.1.1"
@@ -43,17 +46,14 @@ flate2 = { features = ["zlib"], default-features = false, version = "1.0.20" }
43
46
futures-util = " 0.3.13"
44
47
gvariant = " 0.5.0"
45
48
indexmap = { version = " 2.2.2" , features = [" serde" ] }
46
- indoc = { version = " 2" , optional = true }
47
49
io-lifetimes = " 3"
48
50
libsystemd = " 0.7.0"
49
51
ocidir = " 0.4.0"
50
52
# We re-export this library too.
51
53
ostree = { features = [" v2025_2" ], version = " 0.20" }
52
54
pin-project = " 1.0"
53
- similar-asserts = { version = " 1.5.0" , optional = true }
54
55
tar = " 0.4.43"
55
56
tokio-stream = { features = [" sync" ], version = " 0.1.8" }
56
- xshell = { version = " 0.2" , optional = true }
57
57
zstd = { version = " 0.13.1" , features = [" pkg-config" ] }
58
58
59
59
[dev-dependencies ]
0 commit comments