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