harmonizer 2.0.0-preview.4-1

Apollo Federation utility to compose a supergraph from subgraphs
Documentation
#### ⚠️ DO NOT EDIT THIS FILE ⚠️ ####
## it is autogenerated in build_harmonizer.rs ##
[package]
name = "harmonizer"
version = "2.0.0-preview.4-1"
authors = [ "Apollo <packages@apollographql.com>" ]
edition = "2018"
description = "Apollo Federation utility to compose a supergraph from subgraphs"
homepage = "https://www.apollographql.com/apollo-federation/"
documentation = "https://apollographql.com/docs/federation/"
repository = "https://github.com/apollographql/federation/"
license-file = "./LICENSE"
readme = "README.md"
include = [ "dist/**/*", "deno/**/*", "src/**/*", "snapshots/**/*", "Cargo.toml" ]
exclude = [ "snapshots/query_runtime.snap" ]
publish = true

[dependencies]
apollo-federation-types = { version = "0.2", path = "../apollo-federation-types", default-features = false, features = [ "build" ] }
deno_core = "0.118.0"
serde = { version = "1", features = [ "derive" ]}
serde_json = "1"

[dev-dependencies]
insta = "1.8.0"

[build-dependencies]
deno_core = "0.118.0"
semver = "1"
serde_json = "1"
toml_edit = "0.13"
which = "4.2.2"