[package] name = "json-patch" version = "0.2.7-alpha.0" authors = ["Ivan Dubrov "] 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 = "2018" [features] default = ["diff"] nightly = [] diff = [] [dependencies] imbl-value = "0.4.1" json-ptr = { path = "../json-ptr" } serde = { version = "1", features = ["derive"] } [dev-dependencies] rand = "0.9.1" serde_json = { version = "1.0.60", features = ["preserve_order"] } proptest = "1" imbl-value = { version = "0.4.1", features = ["arbitrary"] }