# 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 = "actix-web-multipart-file" version = "0.1.1" authors = ["Sunrin SHIMURA (keen) <3han5chou7@gmail.com>"] exclude = [".gitignore"] description = "save multipart's files into temporary files" documentation = "https://docs.rs/actix-web-multipart-file" readme = "README.md" keywords = ["http", "web", "actix", "multipart"] categories = ["network-programming", "asynchronous", "web-programming::http-server"] license = "MIT/Apache-2.0" repository = "https://github.com/KeenS/actix-web-multipart-file" [dependencies.actix-web] version = "0.7.6" [dependencies.bytes] version = "0.4.10" [dependencies.failure] version = "0.1.2" [dependencies.futures] version = "0.1.24" [dependencies.log] version = "0.4.5" [dependencies.mime] version = "0.3.9" [dependencies.tempfile] version = "3.0.3"