# 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 = "actix-web-jsonschema" version = "1.1.2" authors = ["yassun4dev "] description = "JsonSchema Validation Extractor for Actix Web." readme = "README.md" keywords = [ "validation", "serde", "jsonschema", "actix-web", ] license = "MIT" repository = "https://github.com/yassun4dev/actix-web-jsonschema.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.actix-web] version = "4" features = ["macros"] [dependencies.futures] version = "0.3" [dependencies.jsonschema] version = "0.17" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_qs] version = "0.12" features = ["actix4"] optional = true [dependencies.tracing] version = "0.1" [dependencies.validator] version = "0.16" features = ["derive"] optional = true [features] qs_query = ["dep:serde_qs"] validator = ["dep:validator"]