# 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 = "2018" name = "awmpde_structs" version = "0.7.1" authors = ["i1i1"] description = "awmpde used for deriving multipart request for actix web 3" documentation = "https://docs.rs/awmpde_structs" keywords = [ "multipart", "derive", "actix-web", "actix", "macro", ] license = "MIT OR Apache-2.0" repository = "https://github.com/i1i1/awmpde" [dependencies.actix-http] version = "3.0.0" [dependencies.actix-multipart] version = "0.4.0" [dependencies.actix-utils] version = "3" optional = true [dependencies.actix-web] version = "4.0.0" [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.derive_deref] version = "1" [dependencies.displaydoc] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.image] version = "0.23" [dependencies.mime] version = "0.3" [dependencies.mozjpeg] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.uuid] version = "0.8" optional = true [features] default = [] test = ["actix-utils"]