# 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 = "2018" name = "mime_multipart" version = "0.6.1" authors = ["Mike Dilger "] description = "MIME multipart parsing, construction, and streaming" documentation = "https://mikedilger.github.io/mime-multipart" readme = "README.md" keywords = [ "mime", "multipart", "mixed", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mikedilger/mime-multipart" [dependencies.buf-read-ext] version = "0.4" [dependencies.encoding] version = "0.2" [dependencies.httparse] version = "1.3" [dependencies.hyper] version = "0.10" default-features = false [dependencies.log] version = "0.4" [dependencies.mime] version = "0.2" [dependencies.tempfile] version = "3.4.0" [dependencies.textnonce] version = "1.0"