jsontoml 0.2.21

Convert a JSON file to TOML on the CLI
[[bin]]
name = "jsontoml"
path = "src/main.rs"

[dependencies.clap]
version = "4.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.5"

[package]
authors = ["voidei", "github.com/pepa65"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Convert a JSON file to TOML on the CLI"
edition = "2024"
keywords = ["json", "conversion", "toml"]
license = "MIT"
name = "jsontoml"
readme = "README.md"
repository = "https://github.com/pepa65/jsontoml"
version = "0.2.21"