pub fn write_lockfile(lockfile: &Lockfile) -> StringExpand description
Render a lockfile to JSON.
Determinism guarantees:
- Top-level keys:
lockfileVersion,manifestHash,entries(in that order, fixed by theLockfilestruct’s field order). entriesmap keys: alphabetical, courtesy ofBTreeMap.- Each entry’s
agentsanddependenciesarrays: alphabetical. - Trailing newline (POSIX-friendly diffs).