A TOML toolkit written in Rust
Find a file
JP-Ellis a2463554c3
Some checks failed
Continuous integration / Tag Releases (push) Has been cancelled
Continuous integration / Check formatting (push) Has been cancelled
Continuous integration / Test on Rust stable (push) Has been cancelled
Continuous integration / Check on WASM (push) Has been cancelled
Continuous integration / Run toml-test (push) Has been cancelled
Continuous integration / Test libraries with MSRV (push) Has been cancelled
Continuous integration / Test binaries with MSRV (push) Has been cancelled
Continuous integration / Test WASM with MSRV (push) Has been cancelled
fix: use new schemastore catalog url
SchemaStore.org is in the process of transition to GitHub pages hosting.
The new, and more canonical, URL for the catalog is:

> https://json.schemastore.org/api/json/catalog.json

though this does require following a redirect.

Ref: SchemaStore/schemastore#4759
Ref: SchemaStore/schemastore#4763
Ref: tamasfe/taplo#800
Signed-off-by: JP-Ellis <josh@jpellis.me>
2025-07-04 00:04:15 +02:00
.github ci: fix invalid dir name, remove artefact compression, fix wheels publish 2025-07-04 00:01:48 +02:00
.vscode Fix LSP crash 2023-08-18 12:53:33 +02:00
crates fix: use new schemastore catalog url 2025-07-04 00:04:15 +02:00
docker docker: add oci-shell target for OCI images with /bin/sh requirements 2025-07-04 00:01:48 +02:00
editors/vscode fix: use new schemastore catalog url 2025-07-04 00:04:15 +02: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 docs: update download webpage 2025-05-23 07:35:52 +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 Remove backtrace feature from anyhow dependency 2025-05-30 01:47:53 +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 docker: add oci-shell target for OCI images with /bin/sh requirements 2025-07-04 00:01:48 +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!