[package] name = "metacrate-ci-matrix" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true repository.workspace = true description = "Validated release CI matrix runner for MetaCrate" publish = false [dependencies] flate2 = "1.1.2" goblin = "0.10.5" serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = "0.11" tar = "0.4.46" [lints] workspace = true