Check TOML syntax, table rules, strings, numbers, and dates.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The TOML parser reads keys, tables, arrays, strings, numbers, booleans, and dates and returns a syntax error when grammar or table rules fail. It does not apply a project-specific schema.
[package] name = "my-app" version = "1.0.0"
Valid: yes
Cargo and Poetry manifests, deployment config, and formatter output use TOML checks.