# 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 = "lamedh_http" version = "0.3.0" authors = ["Doug Tangren", "David Calavera "] description = "Application Load Balancer and API Gateway event types for AWS Lambda" homepage = "https://github.com/lamedh/aws-lambda-rust-runtime" documentation = "https://rs-lambda-runtime.netlify.engineering/lamedh_http" readme = "../README.md" keywords = ["AWS", "Lambda", "APIGateway", "ALB", "API"] license = "Apache-2.0" [dependencies.aws_lambda_events] version = "0.4" [dependencies.base64] version = "0.13" [dependencies.http] version = "0.2" [dependencies.itertools] version = "0.9" [dependencies.lamedh_attributes] version = "0.3" [dependencies.lamedh_runtime] version = "0.3" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_derive] version = "^1" [dependencies.serde_json] version = "^1" [dependencies.serde_urlencoded] version = "0.7" [dev-dependencies.log] version = "^0.4" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.tokio] version = "1.0.1" features = ["macros"] [badges.maintenance] status = "actively-developed"