# 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 = "multer-derive" version = "0.1.1-alpha" description = "Provides a derive for constructign type from multer Multipart" readme = "README.md" keywords = [ "web", "multer", "derive", "form-data", "multipart", ] license = "MIT" repository = "https://github.com/Neo-Ciber94/multer-derive" [dependencies.encoding_rs] version = "0.8.32" [dependencies.http] version = "0.2.9" [dependencies.indexmap] version = "1.9.3" optional = true [dependencies.mime] version = "0.3.17" [dependencies.mime_guess] version = "2.0.4" optional = true [dependencies.multer] version = "2.1.0" features = ["tokio-io"] [dependencies.multer-derive-macros] version = "0.1.1-alpha" [dependencies.serde_json] version = "1.0.96" optional = true [dependencies.thiserror] version = "1.0.40" [dependencies.time] version = "0.3.20" features = [ "parsing", "macros", "formatting", ] optional = true [dependencies.uuid] version = "1.3.2" optional = true [dev-dependencies.tempfile] version = "3.5.0" [dev-dependencies.tokio] version = "1.28.0" features = [ "rt", "macros", ] [features] helpers = [ "mime_guess", "indexmap", ] json = ["dep:serde_json"] time = ["dep:time"] uuid = ["dep:uuid"]