# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lambda-apigateway-response" version = "0.1.1" authors = ["glaceef "] description = "Response object for AWS Lambda with API Gateway" homepage = "https://github.com/glaceef" documentation = "https://docs.rs/lambda-apigateway-response/" readme = "README.md" keywords = [ "AWS", "Lambda", "API", "APIGateway", "Response", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/glaceef/lambda-apigateway-response" resolver = "2" [[example]] name = "hello_world" [dependencies.http] version = "0.2.7" [dependencies.lambda_runtime] version = "0.5.1" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.tokio] version = "1" features = ["full"]