json-structural-diff 0.2.0

A Rust JSON structural diff library
Documentation
[dependencies.console]
default-features = true
optional = true
version = "^0.15.8"

[dependencies.difflib]
version = "^0.4"

[dependencies.regex]
version = "^1"

[dependencies.serde_json]
version = "^1.0"

[features]
colorize = ["console"]

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

[package]
authors = ["Luni-4 <luni-4@hotmail.it>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust JSON structural diff library"
edition = "2021"
keywords = ["json-structural-diff", "json-diff"]
license = "MIT"
name = "json-structural-diff"
readme = "README.md"
repository = "https://github.com/Luni-4/json-structural-diff"
version = "0.2.0"