jsoncompat_openapi 0.4.1

OpenAPI 3.1 validation and lowering for jsoncompat
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_openapi"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI 3.1 validation and lowering for jsoncompat"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ostrowr/jsoncompat"

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

[dependencies.email_address]
version = "0.2.9"

[dependencies.json_schema_ast]
version = "0.4.1"

[dependencies.mime]
version = "0.3.17"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"