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 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d197d11..9359601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ edition = "2024" mozart-constraint = { path = "crates/mozart-constraint" } mozart-core = { path = "crates/mozart-core" } mozart-archiver = { path = "crates/mozart-archiver" } +mozart-metadata-minifier = { path = "crates/mozart-metadata-minifier" } mozart-registry = { path = "crates/mozart-registry" } mozart-autoload = { path = "crates/mozart-autoload" } anyhow = "1.0.102" -- cgit v1.3.1