[package] name = "jsonpatch_rs" version = "0.1.0" edition = "2021" license = "MIT" description = "JSON Patch implementation in Rust" homepage = "https://github.com/Nero5023/jsondiffpatch.rs" authors = ["Nero5023 ", "WangZhuo2015 "] repository = "https://github.com/Nero5023/jsondiffpatch.rs" documentation = "https://github.com/Nero5023/jsondiffpatch.rs" readme = "README.md" keywords = ["json", "diff", "patch"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] jsonptr = { version = "0.1.0", path = "../jsonptr_rs", package="jsonptr_rs"} serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" anyhow = "1.0"