# 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 = "diana-aws-lambda" version = "0.2.9" authors = ["arctic_hen7 "] include = ["src/*", "Cargo.toml", "LICENSE", "README.md"] description = "The integration between Diana GraphQL and AWS Lambda (including its derivatives, like Netlify)." homepage = "https://arctic-hen7.github.io/diana" keywords = ["graphql", "serverless", "authentication"] categories = ["web-programming", "web-programming::http-server", "web-programming::websocket"] license = "MIT" repository = "https://github.com/arctic-hen7/diana" [lib] name = "diana_aws_lambda" path = "src/lib.rs" [dependencies.async-graphql] version = "2.8.2" [dependencies.aws_lambda_events] version = "0.4.0" [dependencies.diana] version = "=0.2.9" [dependencies.netlify_lambda_http] version = "0.2.0" [dependencies.serde] version = "1.0.103" [dependencies.serde_json] version = "1.0.44" [dependencies.tokio] version = "1.0.1" features = ["full"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.reqwest] version = "0.11.4" features = ["rustls-tls", "json"] default-features = false