tamasfe / taplo

A TOML toolkit written in Rust
https://taplo.tamasfe.dev
MIT License
1.46k stars 115 forks source link

Option to install just formatter without any other features #694

Closed eirnym closed 3 weeks ago

eirnym commented 3 weeks ago

Currently if I install taplo-cli without any default options many additional crates such as http are downloaded. I'd like to have a very small, clean binary which does only formatting without anything else.

Option to create my own binary is fine as well mostly as a last resort, as I prefer to have an official one.