TOML
Tom's Obvious Minimal Language
Minimal configuration file format designed to be unambiguous and easy to parse. Used in Rust (Cargo.toml), Python (pyproject.toml), and various build systems. Provides typed values (datetime, arrays, tables) without YAML's complexity.
- Document
- TOML v1.0.0 (2021)
- URL
- https://toml.io/en/v1.0.0
- Label
- Publication
- Keywords
- TOML configuration serialisation Cargo pyproject build system minimal format typed values
Domain: Programming Languages · Publication