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 --lockedWARNING
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 servertoml-test: an interface for toml-test