# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "graphgate-schema" version = "0.5.1" authors = ["Sunli "] description = "GraphGate is Apollo Federation implemented in Rust" homepage = "https://github.com/async-graphql/graphgate" keywords = ["gateway", "graphql", "federation"] license = "MIT/Apache-2.0" repository = "https://github.com/async-graphql/graphgate" [dependencies.indexmap] version = "1.6.2" features = ["serde-1"] [dependencies.parser] version = "2.5.9" package = "async-graphql-parser" [dependencies.thiserror] version = "1.0.24" [dependencies.value] version = "2.5.9" package = "async-graphql-value"