jsonformat-cli 1.0.0

Formats JSON extremely fast
[[bin]]
name = "jsonformat"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.57"

[dependencies.clap]
features = ["derive"]
version = "3.1.12"

[dependencies.jsonformat]
version = "2.1.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Formats JSON extremely fast"
edition = "2024"
homepage = "https://github.com/Noratrieb/jsonformat"
keywords = ["json", "formatting", "cli"]
license = "MIT"
name = "jsonformat-cli"
readme = "README.md"
repository = "https://github.com/Noratrieb/jsonformat"
version = "1.0.0"