# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "valico" version = "4.0.0" authors = ["Stanislav Panferov "] build = "build.rs" description = "JSON Schema validator and JSON coercer" homepage = "https://github.com/rustless/valico" documentation = "http://rustless.org/valico/doc/valico/" readme = "README.md" keywords = [ "json", "validator", "json-schema", ] license = "MIT" [[test]] name = "tests" [dependencies.addr] version = "0.15.6" [dependencies.base64] version = "0.21.0" [dependencies.chrono] version = "0.4.23" features = [ "clock", "std", ] default-features = false [dependencies.downcast-rs] version = "1" [dependencies.erased-serde] version = "0.3" [dependencies.fancy-regex] version = "0.11" [dependencies.json-pointer] version = "0.3.4" [dependencies.jsonway] version = "2" [dependencies.percent-encoding] version = "2.2.0" [dependencies.phf] version = "0.11" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.uritemplate-next] version = "0.2.0" [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = ["v4"] [build-dependencies.phf_codegen] version = "0.11.1" [features] js = ["uuid/js"]