# 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 = "grafbase-composition" version = "0.1.1" description = "An implementation of GraphQL federated schema composition" readme = "README.md" keywords = [ "graphql", "federation", ] license = "Apache-2.0" repository = "https://github.com/grafbase/grafbase/tree/main/engine/crates/composition" [[test]] name = "composition_tests" harness = false [dependencies.async-graphql-parser] version = "6" [dependencies.async-graphql-value] version = "6" [dependencies.graphql-federated-graph] version = "0.1.0" [dependencies.indexmap] version = "2" [dependencies.itertools] version = "0.11.0" [dev-dependencies.datatest-stable] version = "0.2.3" [dev-dependencies.miette] version = "5.10.0" features = ["fancy"] [dev-dependencies.similar] version = "2"