# 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 = "actix_lambda" version = "0.2.0" authors = ["Tom Parker-Shemilt "] description = "Runs your actix-web app as a lambda app that will respond to Application Load Balancer requests" homepage = "https://github.com/palfrey/actix_lambda" readme = "README.md" categories = ["development-tools::testing", "web-programming::http-server"] license = "AGPL-3.0-only" repository = "https://github.com/palfrey/actix_lambda" [dependencies.actix] version = "0.9" default-features = false [dependencies.actix-web] version = "2" default-features = false [dependencies.aws_lambda_events] version = "0.2" [dependencies.crossbeam] version = "0.7" [dependencies.lambda_http] version = "0.1.1" [dependencies.log] version = "0.4" [dependencies.maplit] version = "1" [dependencies.percent-encoding] version = "2" [dependencies.reqwest] version = "0.9" features = ["rustls-tls"] default-features = false [dependencies.serde_json] version = "1" [dev-dependencies.env_logger] version = "0.7"