# 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" rust-version = "1.72" name = "actix-multipart-derive" version = "0.7.0" authors = ["Jacob Halsey "] description = "Multipart form derive macro for Actix Web" homepage = "https://actix.rs" readme = "README.md" keywords = [ "http", "web", "framework", "async", "futures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-web" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] proc-macro = true [dependencies.darling] version = "0.20" [dependencies.parse-size] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" [dev-dependencies.actix-multipart] version = "0.7" [dev-dependencies.actix-web] version = "4" [dev-dependencies.rustversion] version = "1" [dev-dependencies.trybuild] version = "1"