# 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 = "serde_json_diff" version = "0.2.0" description = "Create machine-readable JSON diffs" documentation = "https://docs.rs/serde_json_diff" readme = "README.md" keywords = [ "diff", "json", "serde", "serde_json", ] license = "MIT" repository = "https://github.com/Teajey/serde_json_diff" [[bin]] name = "serde_json_diff" required-features = ["cli"] [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" optional = true [dev-dependencies.insta] version = "1.28.0" [features] cli = [ "clap", "thiserror", ]