Skip to content
Novus Examples
toml

What is a .toml file?

application/toml

TOML (Tom's Obvious Minimal Language) is a configuration format designed to be unambiguous and easy to read, with typed values, sections in bracketed tables, and clear date and number handling. It maps cleanly to hash tables. It is widely used for application and package configuration, such as Rust's Cargo and Python's pyproject.

How to use a .toml file

Use an example TOML file to test config parsers, typed-value and table handling, and tools that read project or application settings.

Convert a .toml file to another format

← All file formats