# 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-multipart-rfc7578" version = "0.11.0" authors = ["Ferris Tseng "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of multipart/form-data (RFC7578) for Actix" documentation = "https://docs.rs/actix-multipart-rfc7578" readme = "README.md" keywords = [ "actix", "multipart", "form", "http", ] categories = [ "asynchronous", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ferristseng/rust-multipart-rfc7578" [lib] name = "actix_multipart_rfc7578" path = "src/lib.rs" [[example]] name = "actix-file" path = "examples/actix-file.rs" [dependencies.actix-http] version = "3.9" default-features = false [dependencies.bytes] version = "1.1" [dependencies.common-multipart-rfc7578] version = "0.7" [dependencies.futures-core] version = "0.3" [dependencies.thiserror] version = "1.0" [dev-dependencies.actix-rt] version = "2.10.0" [dev-dependencies.awc] version = "3" [badges.github] repository = "ferristseng/rust-multipart-rfc7578" workflow = "Rust" [badges.maintenance] status = "passively-maintained"