Compare two TOML documents side by side to find differences quickly. Useful for reviewing Cargo.toml changes, pyproject.toml edits, and config updates.
Compare two TOML documents side by side to find differences quickly. Useful for reviewing Cargo.toml changes, pyproject.toml edits, and config updates.
Common questions and answers about this topic.
Compares two TOML documents and highlights differences — added, removed, and modified fields.
Yes, deep comparison works on all nesting levels including inline tables.
Yes, it works with any valid TOML including Cargo.toml, pyproject.toml, etc.
No, TOML comparison happens entirely in your browser. Both documents are parsed and compared locally — no data is uploaded.