# 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 = "fishrock_lambda_http" version = "0.3.0-patched.1" authors = ["Doug Tangren"] description = "Application Load Balancer and API Gateway event types for AWS Lambda" homepage = "https://github.com/awslabs/aws-lambda-rust-runtime" documentation = "https://docs.rs/lambda_runtime" readme = "../README.md" keywords = ["AWS", "Lambda", "APIGateway", "ALB", "API"] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/awslabs/aws-lambda-rust-runtime" [dependencies.base64] version = "0.13.0" [dependencies.http] version = "0.2" [dependencies.lambda_runtime] version = "0.3.0-patched.1" package = "fishrock_lambda_runtime" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.serde_urlencoded] version = "0.7.0" [dev-dependencies.log] version = "^0.4" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = ["macros"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "awslabs/aws-lambda-rust-runtime"