# 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.7" authors = ["Sentry "] description = "Diff changes between JSON schema files." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/getsentry/json-schema-diff" [lib] name = "json_schema_diff" path = "src/lib.rs" [[bin]] name = "json-schema-diff" path = "src/bin/main.rs" required-features = ["build-binary"] [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", ] [features] build-binary = [ "clap", "anyhow", ]