json-patch 4.2.0

RFC 6902, JavaScript Object Notation (JSON) Patch
Documentation
[package]
name = "json-patch"
version = "4.2.0"
authors = ["Ivan Dubrov <dubrov.ivan@gmail.com>"]
categories = []
keywords = ["json", "json-patch"]
description = "RFC 6902, JavaScript Object Notation (JSON) Patch"
repository = "https://github.com/idubrov/json-patch"
license = "MIT/Apache-2.0"
readme = "README.md"
edition = "2021"
include = ["Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE", "src/**/*.rs"]

[features]
default = ["diff"]
diff = []

[dependencies]
jsonptr = "0.7.1"
schemars = { version = "1.0.4", optional = true }
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
thiserror = "2"
utoipa = { version = "5", optional = true }

[dev-dependencies]
expectorate = "1.0"
rand = "0.8.5"
schemars = "1.0.4"
serde_json = { version = "1.0.95", features = ["preserve_order"] }
serde_yaml = "0.9.19"
utoipa = { version = "5", features = ["debug"] }