[package] name = "json-merge-patch" version = "0.0.1" edition = "2021" description = "Implementation of RFC 7396 - JSON Merge Patch." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html documentation = "https://docs.rs/json-merge-patch" [dependencies] serde_json = "1.0"