jsonschema-valid-compat 0.4.1-alpha.1

A simple JSON schema validator.
Documentation
[package]
name = "jsonschema-valid-compat"
version = "0.4.1-alpha.1"
authors = ["Michael Droettboom <mdroettboom@mozilla.org>"]
description = "A simple JSON schema validator."
repository = "https://github.com/mdboom/jsonschema-valid"
readme = "README.md"
keywords = ["jsonschema"]
license = "MPL-2.0"
edition = "2018"

[dependencies]
serde_json = "1.0"
lazy_static = "1.1"
itertools = "0.8"
regex = { version = "1.3", default-features = false, features = ["std"] }
url = "2.1"
chrono = "0.4"
iri-string = "0.3"
json-ptr = "^0.3.4"
percent-encoding = "2.1.0"
textwrap = "0.11"