# 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 = "rocket_lamb" version = "0.6.0" authors = ["Graham Esau "] description = "A crate to allow running a Rocket webserver as an AWS Lambda Function with API Gateway" readme = "README.md" keywords = ["rocket", "web", "lambda"] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/GREsau/rocket-lamb" [dependencies.failure] version = "0.1.5" [dependencies.http] version = "0.1" [dependencies.lambda_http] version = "0.1.1" [dependencies.lambda_runtime] version = "0.2.1" [dependencies.rocket] version = "0.4.0" default-features = false [badges.travis-ci] repository = "GREsau/rocket-lamb"