json-schema-diff 0.1.8

Diff changes between JSON schema files.
Documentation
# 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-schema-diff"
version = "0.1.8"
authors = ["Sentry <oss@sentry.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Diff changes between JSON schema files."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/getsentry/json-schema-diff"

[features]
build-binary = [
    "clap",
    "anyhow",
]

[lib]
name = "json_schema_diff"
path = "src/lib.rs"

[[bin]]
name = "json-schema-diff"
path = "src/bin/main.rs"
required-features = ["build-binary"]

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.anyhow]
version = "1.0.70"
optional = true

[dependencies.clap]
version = "4.1.13"
features = [
    "std",
    "derive",
    "usage",
    "help",
]
optional = true
default-features = false

[dependencies.pathfinding]
version = "4.2.1"

[dependencies.schemars]
version = "0.8.12"
default-features = false

[dependencies.serde]
version = "1.0.158"

[dependencies.serde_json]
version = "1.0.94"

[dependencies.thiserror]
version = "1.0.40"

[dev-dependencies.insta]
version = "1.29.0"
features = [
    "glob",
    "serde",
]