# 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 = "actix_validated_forms_derive" version = "0.1.1" authors = ["Jacob Halsey "] description = "Derive macro for FromMultipart trait used in actix-validated-forms" homepage = "https://github.com/jacob-pro/actix-validated-forms" readme = "../README.md" license = "LGPL-3.0" repository = "https://github.com/jacob-pro/actix-validated-forms" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.19" [dependencies.quote] version = "0.6.3" [dependencies.syn] version = "0.14.4" [dependencies.synstructure] version = "0.12.4"