# 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" version = "0.1.2" authors = ["Jacob Halsey "] description = "Validated xml-urlencoded forms, queries, and multipart form extractors for the Actix Web framework" 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" [dependencies.actix-multipart] version = "0.2.0" [dependencies.actix-web] version = "2.0.0" [dependencies.actix_validated_forms_derive] version = "0.1.1" optional = true [dependencies.err-derive] version = "0.2.4" [dependencies.futures] version = "0.3.1" [dependencies.mime] version = "0.3.16" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_urlencoded] version = "0.6.1" [dependencies.tempfile] version = "3.1.0" [dependencies.validator] version = "0.10.1" [dev-dependencies.actix-multipart-rfc7578] version = "0.3.0-rc" [dev-dependencies.actix-rt] version = "1.0" [dev-dependencies.actix_validated_forms_derive] version = "0.1.0" optional = false [dev-dependencies.awc] version = "1.0" [dev-dependencies.validator_derive] version = "0.10.1" [features] derive = ["actix_validated_forms_derive"]