[[bin]]
name = "json_diff"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.diffs]
version = "0.5"
[dependencies.maplit]
version = "1.0"
[dependencies.regex]
version = "1.10"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.vg_errortools]
version = "0.1"
[lib]
crate-type = ["lib"]
name = "json_diff"
path = "src/lib.rs"
[package]
authors = ["ksceriath", "ChrisRega"]
categories = ["command-line-utilities"]
description = "A small diff tool utility for comparing jsons. Forked from ksceriath and improved for usage as a library and with proper support for array diffs."
edition = "2021"
homepage = "https://github.com/ChrisRega/json-diff"
keywords = ["cli", "diff", "json"]
license = "Unlicense"
name = "json_diff_ng"
readme = "README.md"
repository = "https://github.com/ChrisRega/json-diff"
version = "0.6.0-RC1"