# 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-at-link" version = "0.0.1" authors = ["The Apollo GraphQL Contributors"] description = "Apollo Federation @link usage" documentation = "https://docs.rs/apollo-at-link" readme = "README.md" license = "Elastic-2.0" repository = "https://github.com/apollographql/federation-next" [dependencies.apollo-compiler] version = "=1.0.0-beta.3" [dependencies.salsa] version = "0.16.1" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2" [dev-dependencies.env_logger] version = "0.7"