[[bench]]
harness = false
name = "validation_benchmark"
path = "benches/validation_benchmark.rs"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.url]
version = "2.4"
[dependencies.wasm-bindgen]
version = "0.2"
[dev-dependencies.criterion]
version = "0.5"
[features]
default = ["draft7"]
draft2019-09 = []
draft2020-12 = []
draft4 = []
draft6 = []
draft7 = []
[lib]
crate-type = ["cdylib", "rlib"]
name = "json_schema_validator_core"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "data-structures", "web-programming"]
description = "Lightning-fast JSON schema validation library with custom error messages and multi-language bindings"
documentation = "https://docs.rs/json-schema-validator-core"
edition = "2021"
exclude = ["target/*", "pkg/*", ".wasm-pack-log", "node_modules/*", "criterion/*", "*.log", ".vscode/*", ".git/*"]
keywords = ["json", "schema", "validation", "performance", "ffi"]
license = "MIT OR Apache-2.0"
name = "json-schema-validator-core"
readme = "README.md"
repository = "https://github.com/rust-core-libs/json-schema-validator-core"
version = "1.0.0"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"