Innotive
TOML to YAML
Convert TOML to YAML. Switch config format from TOML to YAML in one click. Privacy-first, no server.
TOML
[package] name = "my-app" version = "0.1.0"
YAML
package: name: my-app version: 0.1.0