# 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-form-data" version = "0.7.0-beta.8" authors = ["asonix "] description = "Multipart Form Data for Actix Web" readme = "README.md" keywords = [ "actix", "form-data", "multipart", "async", ] license = "GPL-3.0" repository = "https://git.asonix.dog/asonix/actix-form-data.git" [dependencies.actix-multipart] version = "0.7.2" default-features = false [dependencies.actix-web] version = "4.0.0" default-features = false [dependencies.futures-core] version = "0.3.28" [dependencies.mime] version = "0.3.16" [dependencies.streem] version = "0.2.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "sync", ] default-features = false [dependencies.tracing] version = "0.1.15" [dev-dependencies.actix-rt] version = "2.5.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.async-fs] version = "2.1.0" [dev-dependencies.futures-lite] version = "2.1.0" [dev-dependencies.futures-util] version = "0.3.17" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.thiserror] version = "1.0" [dev-dependencies.tracing-subscriber] version = "0.3.9" features = [ "env-filter", "fmt", "tracing-log", ]