A TOML toolkit written in Rust
Find a file
2025-05-23 04:52:21 +02:00
.github ci: Build wheel for linux aarch64 (#743) 2025-04-29 14:15:14 +02:00
.vscode Fix LSP crash 2023-08-18 12:53:33 +02:00
crates release: taplo-cli 0.10.0 2025-05-23 04:52:21 +02:00
docker add musl wheels 2025-04-08 20:08:57 +02:00
editors/vscode release: even-better-toml-0.21.2 2024-12-20 18:41:32 +01:00
js chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /js (#720) 2024-12-22 19:07:21 +01:00
scripts Clean-up deps, fix vscode ext, refactor linter (#697) 2024-11-04 17:25:08 +01:00
site drop schemas from site 2025-04-08 20:08:57 +02:00
test-data Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +02:00
util/test-gen bump walkdir in test-gen 2025-04-08 20:08:57 +02:00
.dockerignore update dockerignore 2025-04-08 20:08:57 +02:00
.gitignore Build wheels for Python package (#549) 2024-08-21 08:10:05 +02:00
Cargo.lock release: taplo-cli 0.10.0 2025-05-23 04:52:21 +02:00
Cargo.toml add completions generation to cli 2025-04-08 20:08:57 +02:00
CONTRIBUTING.md docs: fix contributing.md links (#493) 2023-10-19 14:47:08 +02:00
docker-bake.hcl add musl wheels 2025-04-08 20:08:57 +02:00
LICENSE fix LICENSE 2025-04-08 20:08:57 +02:00
pyproject.toml release: taplo-cli 0.10.0 2025-05-23 04:52:21 +02:00
README.md chore: updated readme, closes #69 2020-12-28 04:54:44 +01:00
rustfmt.toml misc: format ALL the TOML 2020-11-07 01:24:41 +01:00
taplo-icon.png Initial commit 2020-05-24 00:07:18 +02:00
taplo-icon.svg Initial commit 2020-05-24 00:07:18 +02:00
taplo.toml chore: sort features in Cargo.toml 2025-05-23 02:47:12 +02:00

Continuous integration Latest Version Documentation

Website

Taplo

This is the repository for Taplo, a TOML v1.0.0 toolkit, more details on the website.

Status

The project is very young, so bugs and incomplete features are expected, so any help is welcome!

The correctness of the TOML parsing and decoding is not yet entirely guaranteed (as there is no official 1.0.0 compliance test suite yet).

Contributing

All kinds of contributions are welcome. Make sure to read the CONTRIBUTING.md first!