# 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 = "aide-axum-typed-multipart" version = "0.13.0" authors = ["emonadeo"] description = "Type safe multipart/form-data handling for axum and aide" readme = "README.md" keywords = [ "web", "axum", "multipart", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tamasfe/aide" [dependencies.aide] version = "0.13" [dependencies.axum] version = "0.7.4" [dependencies.axum_typed_multipart] version = "0.11.0" [dependencies.indexmap] version = "2.2.2" [dependencies.schemars] version = "0.8.16"