patch-json 0.1.1

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

[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 = "2021"
keywords = ["json", "patch", "cli", "json-patch", "cli-tool"]
license = "Apache-2.0"
name = "patch-json"
readme = "README.md"
repository = "https://github.com/jcaesar/patch-json"
rust-version = "1.59"
version = "0.1.1"
[profile.release]
lto = "fat"
strip = "debuginfo"