# 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] name = "multipart2" version = "0.19.1" authors = ["Austin Bonander "] description = "A backend-agnostic extension for HTTP libraries that provides support for POST multipart/form-data requests on both client and server." documentation = "http://docs.rs/multipart/" readme = "README.md" keywords = [ "form-data", "http", "upload", ] license = "MIT OR Apache-2.0" repository = "http://github.com/abonander/multipart" [[example]] name = "tiny_http" required-features = [ "mock", "tiny_http", "server", ] [dependencies.buffer-redux] version = "1.0" optional = true default-features = false [dependencies.httparse] version = "1.2" optional = true [dependencies.lazy_static] version = "1.2.0" optional = true [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3.14" [dependencies.mime_guess] version = "2.0.5" [dependencies.quick-error] version = "1.2" optional = true [dependencies.rand] version = "0.8" [dependencies.safemem] version = "0.3" optional = true [dependencies.tempfile] version = "3" [dependencies.tiny_http] version = "0.12" optional = true [dependencies.twoway] version = "0.2" optional = true [dev-dependencies.env_logger] version = "0.11" [features] bench = [] client = [] default = [ "client", "mock", "server", "tiny_http", ] mock = [] nightly = [] server = [ "buffer-redux", "httparse", "quick-error", "safemem", "twoway", ]