ppj 0.1.1

A command-line tool for pretty printing JSON data.
[package]
name = "ppj"
version = "0.1.1"
edition = "2024"
description = "A command-line tool for pretty printing JSON data."
license = "MIT"
readme = "README.md"
repository = "https://github.com/NandeMD/ppj"
homepage = "https://github.com/NandeMD/ppj"
keywords = ["cli", "json", "tool"]
categories = ["command-line-utilities"]

[dependencies]
clap = { version = "4.5.59", features = ["derive"] }
serde = "1.0"
serde_json = "1.0"

[target.release]
strip = "all"
lto = "fat"
codegen-units = 1