# 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 = "mu_alb" version = "0.2.0" authors = ["Miere Teixeira "] description = "Alternative AWS Lambda Runtime designed to listen ALB HTTP requests" readme = "../../README.md" keywords = ["AWS", "Lambda", "API"] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/miere/mu-rs" [lib] [dependencies.aws_lambda_events] version = "^0.4.0" [dependencies.http] version = "0.2.4" [dependencies.mu_runtime] version = "0.2.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.httpmock] version = "0.5.8" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] multi_header = []