Demo: inspect pyproject or Cargo TOML
TOML files are common in Python, Rust, and app config. A visual preview helps teams review sections, nested tables, arrays, and dependency groups.
- Check table names before assuming a key belongs to a section.
- Review dependency versions and optional feature flags together.
- Use the preview before editing generated config.
[project]
name = "diagram-preview"
version = "1.0.0"
[tool.pytest.ini_options]
addopts = "-q"