# 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_hyper" version = "0.9.0" authors = [ "Damir Vandic ", "Kai Ren ", ] exclude = [ "/examples/", "/release.toml", ] description = "`juniper` GraphQL integration with `hyper`." homepage = "https://github.com/graphql-rust/juniper/tree/master/juniper_hyper" documentation = "https://docs.rs/juniper_hyper" readme = "README.md" keywords = [ "apollo", "graphql", "hyper", "juniper", ] categories = [ "asynchronous", "web-programming", "web-programming::http-server", ] license = "BSD-2-Clause" repository = "https://github.com/graphql-rust/juniper" resolver = "1" [dependencies.futures] version = "0.3.22" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.0" features = ["server"] [dependencies.juniper] version = "0.16.0" default-features = false [dependencies.serde_json] version = "1.0.18" [dependencies.tokio] version = "1.0" [dependencies.url] version = "2.0" [dev-dependencies.hyper] version = "1.0" features = ["http1"] [dev-dependencies.hyper-util] version = "0.1" features = ["tokio"] [dev-dependencies.juniper] version = "0.16.0" features = ["expose-test-schema"] [dev-dependencies.log] version = "0.4" [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.reqwest] version = "0.11" features = [ "blocking", "rustls-tls", ] default-features = false [dev-dependencies.tokio] version = "1.0" features = [ "macros", "net", "rt-multi-thread", ]