@@ -25,16 +25,19 @@ composefs-oci = { workspace = true }
2525fn-error-context = { workspace = true }
2626hex = { workspace = true }
2727indicatif = { workspace = true }
28+ indoc = { workspace = true , optional = true }
2829libc = { workspace = true }
2930openssl = { workspace = true }
3031regex = { workspace = true }
3132rustix = { workspace = true , features = [" fs" , " process" ] }
3233serde = { workspace = true , features = [" derive" ] }
3334serde_json = { workspace = true }
35+ similar-asserts = { workspace = true , optional = true }
3436tempfile = { workspace = true }
3537tokio = { workspace = true , features = [" io-std" , " time" , " process" , " rt" , " net" ] }
3638tokio-util = { workspace = true }
3739tracing = { workspace = true }
40+ xshell = { workspace = true , optional = true }
3841
3942# Crate-specific dependencies
4043comfy-table = " 7.1.1"
@@ -43,17 +46,14 @@ flate2 = { features = ["zlib"], default-features = false, version = "1.0.20" }
4346futures-util = " 0.3.13"
4447gvariant = " 0.5.0"
4548indexmap = { version = " 2.2.2" , features = [" serde" ] }
46- indoc = { version = " 2" , optional = true }
4749io-lifetimes = " 3"
4850libsystemd = " 0.7.0"
4951ocidir = " 0.4.0"
5052# We re-export this library too.
5153ostree = { features = [" v2025_2" ], version = " 0.20" }
5254pin-project = " 1.0"
53- similar-asserts = { version = " 1.5.0" , optional = true }
5455tar = " 0.4.43"
5556tokio-stream = { features = [" sync" ], version = " 0.1.8" }
56- xshell = { version = " 0.2" , optional = true }
5757zstd = { version = " 0.13.1" , features = [" pkg-config" ] }
5858
5959[dev-dependencies ]
0 commit comments