# tamasfe/taplo

A TOML toolkit written in Rust

Repository: https://github.com/tamasfe/taplo
Canonical: https://ross.abutalabs.com/products/taplo
Homepage: https://taplo.tamasfe.dev
Language: Rust
License: MIT
License Family: permissive
Topics: toml, toml-parser, rust, analyzer, formatter
Last push: 2026-07-28T10:20:09+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 40, longevity 100
- inputs: {"age_days": 2293, "days_push": 36, "days_rel": 467, "gap_med": 0, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2372, forks 187 (observed 2026-08-28T04:06:41.878988+00:00)

## What it is
Taplo is a versatile TOML v1.0.0 toolkit written in Rust, providing a parser, analyzer, and formatter usable as a library, CLI, VS Code extension, and language server. It supports syntactic and JSON-schema-based validation with fine-grained formatting options.

## Use cases
- parse and validate TOML files
- format TOML configuration files
- lint TOML against JSON schemas
- add TOML language server support to an editor
- manipulate TOML documents programmatically in Rust

## When to choose
- you need a fast, spec-compliant TOML parser in Rust
- you want TOML formatting and validation in CI or an editor
- you need a TOML language server with JSON schema support

## When to avoid
- you need a different configuration format like YAML or JSON
- you need guaranteed TOML 1.0.0 compliance test-suite certification, which does not yet exist

## Facets
- artifact type: library
- maturity: active
- function: parser, formatter, linter, cli, editor
- domain: developer-tools, files, parsers, text-editors
- platform: rust, cross-platform, cli, editor-plugin
- tags: toml, language-server, -schema-validation, code-formatting

## Member repositories
- tamasfe/taplo (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:41.878988+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:35:09.902987+00:00, confidence not recorded.
  - readme: https://github.com/tamasfe/taplo (fetched 2026-08-28T04:06:41.878988+00:00, sha 7edd27100ad9)
  - homepage: https://taplo.tamasfe.dev (fetched 2026-08-29T10:16:10.720390+00:00, sha 2d1cb5710ce5)
  - registry_crates: https://crates.io/api/v1/crates/taplo (fetched 2026-08-29T10:16:10.722927+00:00, sha be7a5d8f690e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
