jsonformat-cli 0.2.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.0.0"

[package]
authors = ["Nilstrieb <nilstrieb@gmail.com>"]
categories = ["command-line-utilities"]
description = "Formats JSON extremely fast"
edition = "2021"
homepage = "https://github.com/Nilstrieb/jsonformat"
keywords = ["json", "formatting", "cli"]
license = "MIT"
name = "jsonformat-cli"
readme = "README.md"
repository = "https://github.com/Nilstrieb/jsonformat"
resolver = "2"
version = "0.2.0"