[package] name = "graphgate-schema" version = "0.5.1" authors = ["Sunli "] edition = "2018" description = "GraphGate is Apollo Federation implemented in Rust" license = "MIT/Apache-2.0" homepage = "https://github.com/async-graphql/graphgate" repository = "https://github.com/async-graphql/graphgate" keywords = ["gateway", "graphql", "federation"] [dependencies] parser = { version = "2.5.9", package = "async-graphql-parser" } value = { version = "2.5.9", package = "async-graphql-value" } thiserror = "1.0.24" indexmap = { version = "1.6.2", features = ["serde-1"] }