# 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 = "2021" name = "boon" version = "0.6.0" authors = ["santhosh kumar tekuri "] exclude = [ "tests", ".github", ".gitmodules", ] description = "JSONSchema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation" readme = "README.md" keywords = [ "jsonschema", "validation", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/santhosh-tekuri/boon" [[bench]] name = "bench" harness = false [dependencies.ahash] version = "0.8.3" [dependencies.appendlist] version = "1.4" [dependencies.base64] version = "0.21" [dependencies.fluent-uri] version = "0.1.4" [dependencies.idna] version = "0.5" [dependencies.once_cell] version = "1" [dependencies.percent-encoding] version = "2" [dependencies.regex] version = "1.10.3" [dependencies.regex-syntax] version = "0.8.2" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.url] version = "2" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rustls] version = "0.22" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.ureq] version = "2.9.6"