# 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_serde_valid" version = "0.23.1" authors = ["yassun7010 "] description = "Axum extractor sets of JSON validation." readme = "README.md" keywords = [ "axum", "validation", "serde", "json_schema", ] license = "MIT" repository = "https://github.com/yassun7010/axum_serde_valid.git" [dependencies.async-trait] version = "^0.1" [dependencies.axum] version = "^0.7" [dependencies.serde] version = "^1.0" [dependencies.serde_valid] version = "^0.20" [dev-dependencies.hyper] version = "^1.0" [dev-dependencies.mime] version = "0.3" [dev-dependencies.serde_json] version = "^1.0" [dev-dependencies.tokio] version = "1.24" features = ["full"] [dev-dependencies.tower] version = "0.4" features = ["util"] [features] default = []