# 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" name = "apollo-composition" version = "0.1.6" authors = ["Apollo Developers "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Internal package used to create Apollo products" readme = "README.md" license = "Elastic-2.0" repository = "https://github.com/apollographql/federation-rs/" [lib] name = "apollo_composition" path = "src/lib.rs" [dependencies.apollo-compiler] version = "1.0.0-beta.24" [dependencies.apollo-federation] version = "2.0.0-preview.3" [dependencies.apollo-federation-types] version = "0.15.0" [dependencies.either] version = "1.12.0"