patch-json 0.1.0

Tool for generating and applying RFC 6902 JSON patches
[dependencies.json-patch]
version = "0.2"

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

[package]
authors = ["Julius Michaelis <gitter@liftm.de>"]
categories = ["command-line-utilities"]
description = "Tool for generating and applying RFC 6902 JSON patches"
edition = "2018"
license = "Apache-2.0"
name = "patch-json"
readme = "README.md"
repository = "https://github.com/jcaesar/patch-json"
version = "0.1.0"
[profile.release]
lto = "fat"
strip = "debuginfo"