jsoncompat 0.2.6

JSON Schema Compatibility Checker
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 = "2024"
name = "jsoncompat"
version = "0.2.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON Schema Compatibility Checker"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ostrowr/jsoncompat"

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

[[bin]]
name = "jsoncompat"
path = "src/bin/jsoncompat.rs"

[[test]]
name = "backcompat"
path = "tests/backcompat.rs"
harness = false

[[test]]
name = "fuzz"
path = "tests/fuzz.rs"
harness = false

[dependencies.anyhow]
version = "1.0.95"

[dependencies.clap]
version = "4.5.26"
features = ["derive"]

[dependencies.console]
version = "0.16.0"

[dependencies.json_schema_ast]
version = "0.2.6"

[dependencies.json_schema_fuzz]
version = "0.2.6"

[dependencies.owo-colors]
version = "3.5"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.135"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.datatest-stable]
version = "0.1"