rjd 1.2.1

Compare two JSON files or inline JSON strings and output the differences
Documentation
[[bench]]
name = "change_filtering"
path = "benches/change_filtering.rs"

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

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

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.criterion]
version = "0.8.1"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.proptest]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.0"

[lib]
name = "rjd"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "encoding"]
description = "Compare two JSON files or inline JSON strings and output the differences"
edition = "2021"
keywords = ["json", "diff", "json-patch", "compare", "delta"]
license = "MIT OR Apache-2.0"
name = "rjd"
readme = "README.md"
repository = "https://github.com/darkcodi/rjd"
version = "1.2.1"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "diff"
path = "tests/diff.rs"

[[test]]
name = "formatters"
path = "tests/formatters.rs"