From 92fdff257d2c64f94600ba70bf17e429d46474b2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 22 Feb 2026 12:05:17 +0900 Subject: feat(metadata-minifier): add mozart-metadata-minifier crate Port composer/metadata-minifier to Rust as an independent workspace crate. Implements expand() and minify() for Packagist's delta-encoded version metadata. Update mozart-registry to use the new crate for transparent minified response handling, and add __unset sentinel support to PackagistVersion deserialization. Co-Authored-By: Claude Opus 4.6 --- crates/mozart-registry/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/mozart-registry/Cargo.toml') diff --git a/crates/mozart-registry/Cargo.toml b/crates/mozart-registry/Cargo.toml index b388438..8672708 100644 --- a/crates/mozart-registry/Cargo.toml +++ b/crates/mozart-registry/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true [dependencies] mozart-constraint.workspace = true mozart-core.workspace = true +mozart-metadata-minifier.workspace = true anyhow.workspace = true filetime.workspace = true flate2.workspace = true -- cgit v1.3.1