serde-patch 0.2.2

JSON Merge Patch (RFC 7396) with optional recursive diff generation for Serde-derived structs
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "serde-patch"
version = "0.2.2"
authors = ["André de Moraes Barros <deco.moraes@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON Merge Patch (RFC 7396) with optional recursive diff generation for Serde-derived structs"
readme = "README.md"
keywords = [
    "serde",
    "json",
    "patch",
    "partial-update",
    "diff",
]
categories = [
    "encoding",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/decomoraes/serde-patch"

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

[[example]]
name = "full"
path = "examples/full.rs"

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

[dependencies.serde_json]
version = "1.0"