# 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 = "actix-easy-multipart" version = "3.0.0" authors = ["Jacob Halsey "] description = "Typed multipart form extractor for actix-web" homepage = "https://github.com/jacob-pro/actix-easy-multipart" readme = "README.md" license = "LGPL-3.0" repository = "https://github.com/jacob-pro/actix-easy-multipart" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.actix-easy-multipart-derive] version = "3.0.0" [dependencies.actix-http] version = "3" [dependencies.actix-multipart] version = "0.4.0" [dependencies.actix-web] version = "4" default-features = false [dependencies.bytes] version = "1" [dependencies.derive_more] version = "0.99.17" [dependencies.futures-core] version = "0.3.7" features = ["alloc"] default-features = false [dependencies.futures-util] version = "0.3.7" default-features = false [dependencies.mime] version = "0.3" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_plain] version = "1" [dependencies.tempfile] version = "3.3.0" optional = true package = "tempfile" [dependencies.tokio] version = "1" optional = true default-features = false [dev-dependencies.actix-multipart-rfc7578] version = "0.10.0" [dev-dependencies.actix-rt] version = "2.2" [dev-dependencies.actix-test] version = "0.1.0" [dev-dependencies.awc] version = "3.0.1" [features] default = ["tempfile"] tempfile = [ "dep:tempfile", "tokio/fs", ]