# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "json-patch-cli" version = "0.1.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI command to perform JSON RFC 6902 patching, merging and editing operations" readme = "README.md" keywords = [ "cli", "json", "merge", "patch", ] license = "MIT" repository = "https://github.com/kellpossible/json-patch-cli" [[bin]] name = "json-patch" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap_complete] version = "4.5.36" [dependencies.console] version = "0.15.8" [dependencies.env_logger] version = "0.11.5" [dependencies.json-patch] version = "3.0.1" [dependencies.log] version = "0.4.22" [dependencies.serde_json] version = "1.0.132" [dependencies.similar] version = "2.6.0" features = ["inline"] [dependencies.tempfile] version = "3.13.0"