# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "multipart-async" version = "0.0.2" authors = ["Austin Bonander "] description = "A backend-agnostic extension for asynchronous HTTP libraries that provides support for POST multipart/form-data requests on for both client and server." keywords = ["form-data", "hyper", "async", "http", "upload"] license = "MIT OR Apache-2.0" repository = "http://github.com/abonander/multipart-async" [dependencies.mime] version = "0.3" [dependencies.tempdir] version = "0.3" [dependencies.httparse] version = "1.0" optional = true [dependencies.log] version = "0.3" [dependencies.futures] version = "0.1" [dependencies.display_bytes] version = "0.1" [dependencies.mime_guess] version = "2.0.0-alpha.1" [dependencies.rand] version = "0.3" [dependencies.twoway] version = "0.1" optional = true [dependencies.env_logger] version = "0.3" [dependencies.hyper] version = "0.11" optional = true [features] sse4 = ["twoway/pcmp"] default = ["hyper", "server", "client"] client = [] server = ["twoway", "httparse"] use_arc = []