[package] name = "jsonschema-valid-compat" version = "0.4.1-alpha.2" authors = ["Michael Droettboom "] description = "A simple JSON schema validator." repository = "https://github.com/mdboom/jsonschema-valid" readme = "README.md" keywords = ["jsonschema"] license = "MPL-2.0" [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.5" percent-encoding = "2.1.0" textwrap = "0.11"