jsonschema 0.17.1

A crate for performing JSON schema validation
Documentation
[[bench]]
harness = false
name = "jsonschema"

[[bench]]
harness = false
name = "valico"

[[bench]]
harness = false
name = "jsonschema_valid"

[[bin]]
name = "jsonschema"
[dependencies.ahash]
features = ["serde"]
version = "0.8"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.21"

[dependencies.bytecount]
features = ["runtime-dispatch-simd"]
version = "0.6"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.0"

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

[dependencies.fraction]
default-features = false
features = ["with-bigint"]
version = "0.13"

[dependencies.iso8601]
version = "0.6"

[dependencies.itoa]
version = "1"

[dependencies.memchr]
version = "2.5"

[dependencies.num-cmp]
version = "0.1"

[dependencies.once_cell]
version = "1.17"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.regex]
version = "1.6"

[dependencies.reqwest]
default-features = false
features = ["blocking", "json"]
optional = true
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
features = ["parsing", "macros"]
version = "0.3"

[dependencies.url]
version = "2.2"

[dependencies.uuid]
version = "1"
[dev-dependencies.criterion]
default-features = false
features = []
version = "0.5.1"

[dev-dependencies.json_schema_test_suite]
version = "0.3.0"

[dev-dependencies.jsonschema-valid]
version = "0.5"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.mockito]
version = "0.31"

[dev-dependencies.paste]
version = "1.0"

[dev-dependencies.test-case]
version = "3"

[dev-dependencies.valico]
version = "3.6"

[features]
cli = ["clap"]
default = ["resolve-http", "resolve-file", "cli"]
draft201909 = []
draft202012 = []
resolve-file = []
resolve-http = ["reqwest"]

[package]
authors = ["dmitry.dygalo <dadygalo@gmail.com>"]
categories = ["web-programming"]
description = "A crate for performing JSON schema validation"
edition = "2021"
exclude = ["tests", "python", "benches/data/*.json", ".github", ".yamllint", ".pre-commit-config.yaml", ".gitignore", ".gitmodules", "*.md"]
keywords = ["jsonschema", "validation"]
license = "MIT"
name = "jsonschema"
readme = "README.md"
repository = "https://github.com/Stranger6667/jsonschema-rs"
rust-version = "1.56.1"
version = "0.17.1"
[profile.release]
codegen-units = 1
lto = "fat"
[target."cfg(target_arch = \"wasm32\")".dependencies.getrandom]
features = ["js"]
version = "0.2"