# 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.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false 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://github.com/feliwir/multipart-rs" [profile.dev] opt-level = 1 [lib] name = "multipart_rs" path = "src/lib.rs" [dependencies.bytes] version = "1.5.0" [dependencies.futures-core] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.mediatype] version = "0.19.18" [dependencies.memchr] version = "2.7.1" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.futures-test] version = "0.3.30"