diff_json 0.1.0

A powerful JSON diff library for Rust
Documentation
[package]
name = "diff_json"
version = "0.1.0"
edition = "2021"
authors = ["Your Name <your.email@example.com>"]
description = "A powerful JSON diff library for Rust"
license = "MIT"
repository = "https://github.com/yourusername/diff_json"
keywords = ["json", "diff", "compare", "json-diff"]
categories = ["data-structures", "encoding"]
readme = "README.md"

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

[dev-dependencies]
serde_json = "1.0"

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

[package.metadata.docs.rs]
all-features = true