# 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 = "2018" name = "router-bridge" version = "0.6.4+v2.9.3" authors = ["Apollo "] include = [ "bundled/**/*", "src/**/*", "benches/", "Cargo.toml", "build.rs", "LICENSE", ] description = "JavaScript bridge for the Apollo Router" homepage = "https://www.apollographql.com/apollo-federation/" documentation = "https://apollographql.com/docs/federation/" readme = "README.md" license = "Elastic-2.0" repository = "https://github.com/apollographql/federation/" resolver = "2" [package.metadata.docs.rs] features = ["docs_rs"] [[bench]] name = "query_planning" harness = false [dependencies.anyhow] version = "1.0.79" [dependencies.async-channel] version = "1.9.0" [dependencies.deno_console] version = "0.115.0" [dependencies.deno_core] version = "0.200.0" [dependencies.deno_url] version = "0.115.0" [dependencies.deno_web] version = "0.146.0" [dependencies.deno_webidl] version = "0.115.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tower-service] version = "0.3.2" [dependencies.tracing] version = "0.1.33" [dev-dependencies.criterion] version = "0.4" features = [ "async_tokio", "async_futures", ] [dev-dependencies.futures] version = "0.3.29" [dev-dependencies.insta] version = "1.34.0" features = ["json"] [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tracing-test] version = "0.2.1" [build-dependencies.deno_console] version = "0.115.0" [build-dependencies.deno_core] version = "0.200.0" [build-dependencies.deno_url] version = "0.115.0" [build-dependencies.deno_web] version = "0.146.0" [build-dependencies.deno_webidl] version = "0.115.0" [build-dependencies.which] version = "4.4.2" [features] docs_rs = []