# 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_extract_multipart" version = "1.2.0" authors = ["Bréhaut Vincent "] description = "ActixExtractMultipart is a library for parse actix_multipart into a structure that you defined" readme = "README.md" keywords = [ "actix", "multipart", "web", ] license = "MIT" repository = "https://github.com/KosekiDev/ActixExtractMultipart" resolver = "2" [lib] name = "actix_extract_multipart" path = "src/lib.rs" [dependencies.actix-multipart] version = "0.4.0" [dependencies.actix-web] version = "4" [dependencies.futures] version = "0.3.14" [dependencies.futures-util] version = "0.3.17" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.73" [dev-dependencies.actix-http] version = "3.0.0-beta.6" [dev-dependencies.actix-rt] version = "2.2" [dev-dependencies.futures-core] version = "0.3.7" features = ["alloc"] default-features = false [dev-dependencies.futures-util] version = "0.3.7" features = ["alloc"] default-features = false [dev-dependencies.tokio] version = "1" features = ["sync"] [dev-dependencies.tokio-stream] version = "0.1"