# 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 = "formdata" version = "0.13.0" authors = ["Mike Dilger "] description = "Parsing of multipart/form-data" documentation = "https://mikedilger.github.io/formdata" readme = "README.md" keywords = ["multipart", "form-data", "hyper", "http", "mime"] license = "MIT" repository = "https://github.com/mikedilger/formdata" [dependencies.clippy] version = "0.0" optional = true [dependencies.encoding] version = "0.2" [dependencies.httparse] version = "1.2" [dependencies.hyper] version = "0.10" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.2" [dependencies.mime_multipart] version = "0.6" [dependencies.textnonce] version = "1.0" [dev-dependencies.tempdir] version = "0.3"