rsonschema 0.1.16

A fast, simple, user-friendly JSON Schema validator for Rust
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 = "rsonschema"
version = "0.1.16"
authors = [
    "<dev@hiop.io>",
    "Dario Curreri",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, simple, user-friendly JSON Schema validator for Rust"
homepage = "https://github.com/hiop-oss/rsonschema"
documentation = "https://docs.rs/rsonschema"
readme = "README.md"
keywords = [
    "json",
    "jsonschema",
    "schema",
    "validation",
    "validator",
]
categories = [
    "development-tools",
    "parser-implementations",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/hiop-oss/rsonschema"
resolver = "2"

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

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

[[bench]]
name = "validate"
path = "benches/validate.rs"
harness = false

[dependencies.addr]
version = "0.15"
features = ["net"]

[dependencies.bigdecimal]
version = "0.4"

[dependencies.chrono]
version = "0.4"

[dependencies.either]
version = "1.15"

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

[dependencies.hostname-validator]
version = "1.1"

[dependencies.idna]
version = "1.1"

[dependencies.idna_adapter]
version = "1.2"
features = ["compiled_data"]

[dependencies.indexmap]
version = "2.13"
features = ["serde"]

[dependencies.iri-string]
version = "0.7"

[dependencies.iso8601-duration]
version = "0.2"

[dependencies.jsonptr]
version = "0.7"

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

[dependencies.regress]
version = "0.11"
features = ["std"]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.strsim]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.unicode-script]
version = "0.5"

[dependencies.ureq]
version = "3.3"
features = ["json"]

[dependencies.uri-template-ex]
version = "0.0"

[dependencies.url]
version = "2.5"
features = ["serde"]

[dependencies.uuid]
version = "1.23"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.jsonschema]
version = "0.45"

[dev-dependencies.rstest]
version = "0.26"