[package] name = "async-graphql-lambda" version = "0.1.0" authors = ["Sunli "] edition = "2018" description = "async-graphql for AWS Lambda" publish = true license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql/" homepage = "https://github.com/async-graphql/async-graphql" repository = "https://github.com/async-graphql/async-graphql" keywords = ["futures", "async", "graphql"] categories = ["network-programming", "asynchronous"] [dependencies] async-graphql = { path = "..", version = "1.12.10" } lambda_http = { git = "https://github.com/awslabs/aws-lambda-rust-runtime" } futures = "0.3.0" async-trait = "0.1.30"