From 15362828f9cb1beb314dd4ff26d2c1047b211c59 Mon Sep 17 00:00:00 2001 From: Ignat Date: Thu, 4 Jun 2026 20:10:49 -0300 Subject: [PATCH] chore(codec): clarify crate description for crates.io (Rust-consumer accurate) Replace "Brotli via JS shim" with an accurate phrase that notes Brotli is applied at the JS/wire layer, not inside the Rust crate itself. Leads with schema-v1-locked TLV identity and mentions keccak256 hash. --- packages/codec/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/codec/Cargo.toml b/packages/codec/Cargo.toml index 1ba1640..8992414 100644 --- a/packages/codec/Cargo.toml +++ b/packages/codec/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" license = "MIT" readme = "README.md" -description = "Canonical Invoice codec — TLV wire format, Brotli via JS shim" +description = "Canonical invoice codec — schema-v1 locked TLV wire format with keccak256 content hash; Brotli compression applied at the JS/wire layer" repository = "https://github.com/void-layer/codec" [lib]