json_schema_ast 0.2.5

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 = "json_schema_ast"
version = "0.2.5"
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 = "json_schema_ast"
path = "src/lib.rs"

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

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

[dependencies.anyhow]
version = "1.0.95"

[dependencies.jsonschema]
version = "0.16"
features = ["draft202012"]
default-features = false

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.serde_json]
version = "1.0.135"

[dependencies.url]
version = "2.5.4"