# 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 = "multipart-rs" version = "0.1.11" description = "A simple, zero-allocation, streaming, async multipart reader & writer for Rust" readme = "README.md" keywords = [ "multipart", "http", "async", "streaming", "zero-allocation", ] categories = [ "web-programming", "asynchronous", "network-programming", ] license = "MIT" repository = "https://www.github.com/feliwir/multipart-rs" [profile.dev] opt-level = 1 [dependencies.bytes] version = "1.5.0" [dependencies.futures-core] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.memchr] version = "2.7.1" [dependencies.mime] version = "0.3.17" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.futures-test] version = "0.3.30"