jsonformat-cli 1.0.0

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


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
jsonformat = { path = "..", version = "2.1.0" }
clap = { version = "3.1.12", features = ["derive"] }
anyhow = "1.0.57"

[[bin]]
name = "jsonformat"
path = "src/main.rs"