# 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 = "axum-jsonschema" version = "0.8.0" authors = ["tamasfe"] description = "Request JSON schema validation for axum" readme = "README.md" keywords = [ "web", "axum", "json", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tamasfe/aide" [dependencies.aide] version = "0.13.0" features = ["axum"] optional = true [dependencies.async-trait] version = "0.1.57" [dependencies.axum] version = "0.7.1" features = ["json"] default-features = false [dependencies.http] version = "1.0.0" [dependencies.http-body] version = "1.0.0" [dependencies.itertools] version = "0.12.0" [dependencies.jsonschema] version = "0.17.0" default-features = false [dependencies.schemars] version = "0.8.10" default-features = false [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.serde_path_to_error] version = "0.1.8" [dependencies.tracing] version = "0.1.36"