json_schema_ast 0.3.0

Strict JSON Schema Draft 2020-12 frontend and resolved IR
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.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Strict JSON Schema Draft 2020-12 frontend and resolved IR"
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"

[dependencies.fancy-regex]
version = "0.17"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.rand]
version = "0.10.0"