# 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" rust-version = "1.73" name = "juniper_rocket" version = "0.9.0" authors = [ "Magnus Hallin ", "Christoph Herzog ", "Kai Ren ", ] exclude = [ "/examples/", "/tests/", "/release.toml", ] description = "`juniper` GraphQL integration with `rocket`." homepage = "https://github.com/graphql-rust/juniper/tree/master/juniper_rocket" documentation = "https://docs.rs/juniper_rocket" readme = "README.md" keywords = [ "apollo", "graphql", "juniper", "rocket", ] categories = [ "asynchronous", "web-programming", "web-programming::http-server", ] license = "BSD-2-Clause" repository = "https://github.com/graphql-rust/juniper" resolver = "1" [dependencies.either] version = "1.8" [dependencies.futures] version = "0.3.22" [dependencies.inlinable_string] version = "0.1.15" [dependencies.juniper] version = "0.16.0" default-features = false [dependencies.pear] version = "0.2.4" [dependencies.rocket] version = "0.5" default-features = false [dependencies.serde_json] version = "1.0.18" [dependencies.tempfile] version = "3.3" [dev-dependencies.juniper] version = "0.16.0" features = ["expose-test-schema"]