# 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 = "harmonizer" version = "2.9.3" authors = ["Apollo "] include = [ "bundled/**/*", "src/**/*", "deno/**/*", "Cargo.toml", "build.rs", "LICENSE", ] description = "Apollo Federation utility to compose a supergraph from subgraphs" 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" [dependencies.apollo-federation-types] version = "0.13.1" features = ["build"] default-features = false [dependencies.deno_core] version = "0.200.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tracing] version = "0.1.33" [dev-dependencies.insta] version = "1.34.0" [build-dependencies.deno_core] version = "0.200.0" [build-dependencies.semver] version = "1" [build-dependencies.serde_json] version = "1" [build-dependencies.toml_edit] version = "0.19" [build-dependencies.which] version = "4.4.2"