# 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] edition = "2018" name = "graphgate-handler" version = "0.5.1" authors = ["Sunli "] description = "GraphGate is Apollo Federation implemented in Rust" homepage = "https://github.com/async-graphql/graphgate" keywords = ["gateway", "graphql", "federation"] license = "MIT/Apache-2.0" repository = "https://github.com/async-graphql/graphgate" [dependencies.anyhow] version = "1.0.39" [dependencies.async-stream] version = "0.3.0" [dependencies.async-trait] version = "0.1.48" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.futures-util] version = "0.3.13" features = ["sink"] [dependencies.graphgate-planner] version = "0.5.0" [dependencies.graphgate-schema] version = "0.5.0" [dependencies.http] version = "0.2.3" [dependencies.indexmap] version = "1.6.2" features = ["serde-1"] [dependencies.once_cell] version = "1.7.2" [dependencies.opentelemetry] version = "0.13.0" features = ["metrics"] [dependencies.parser] version = "2.5.9" package = "async-graphql-parser" [dependencies.reqwest] version = "0.11.2" features = ["native-tls", "gzip", "brotli", "json"] default-features = false [dependencies.serde] version = "1.0.125" [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1.4.0" features = ["net", "sync", "macros", "time"] [dependencies.tokio-stream] version = "0.1.5" [dependencies.tokio-tungstenite] version = "0.14.0" features = ["native-tls"] [dependencies.tracing] version = "0.1.25" [dependencies.value] version = "2.5.9" package = "async-graphql-value" [dependencies.warp] version = "0.3.0"