Skip to content
On this page

Cargo

If you have a Rust toolchain installed, you can install Taplo via the taplo-cli crate from crates.io.

sh
cargo install taplo-cli --locked

WARNING

Taplo depends on OpenSSL in order to fetch schemas via HTTPS, you will most likely need the openssl development files to be installed (openssl-dev or openssl-devel on most Linux-based systems).

TIP

Make sure to use --locked if you run into weird compile errors due to incompatible dependencies.

Features

The following features are available:

  • lsp: the language server
  • toml-test: an interface for toml-test