# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "jsonschema-valid-compat" version = "0.4.1-alpha.2" authors = ["Michael Droettboom "] description = "A simple JSON schema validator." readme = "README.md" keywords = ["jsonschema"] license = "MPL-2.0" repository = "https://github.com/mdboom/jsonschema-valid" [dependencies.chrono] version = "0.4" [dependencies.iri-string] version = "0.3" [dependencies.itertools] version = "0.8" [dependencies.json-ptr] version = "^0.3.5" [dependencies.lazy_static] version = "1.1" [dependencies.percent-encoding] version = "2.1.0" [dependencies.regex] version = "1.3" features = ["std"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.textwrap] version = "0.11" [dependencies.url] version = "2.1"