# 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 = "2021" name = "juniper_rocket_multipart_handler" version = "0.1.0" authors = ["Nelson Herbin "] description = "A juniper multipart handler for Rocket web server" homepage = "https://github.com/Asone/juniper-rocket-multipart" documentation = "https://github.com/Asone/juniper-rocket-multipart" keywords = [ "rocket", "juniper", "multipart", "form-data", "upload", ] categories = ["filesystem"] license = "CC0-1.0" repository = "https://github.com/Asone/juniper-rocket-multipart" resolver = "2" [dependencies.juniper] version = "0.15.7" [dependencies.juniper_rocket] version = "0.8.2" [dependencies.multer] version = "2.0.2" [dependencies.rocket] version = "=0.5.0-rc.2" [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.68" [dependencies.tokio-util] version = "0.7.1" [dependencies.uuid] version = "1.0.0" features = [ "serde", "v4", ]