# 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" rust-version = "1.81" name = "poem-lambda" version = "5.1.1" authors = ["sunli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Poem for AWS Lambda" homepage = "https://github.com/poem-web/poem" documentation = "https://docs.rs/poem/" readme = "README.md" keywords = [ "http", "web", "framework", "async", ] categories = [ "network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket", ] license = "MIT OR Apache-2.0" repository = "https://github.com/poem-web/poem" [lib] name = "poem_lambda" path = "src/lib.rs" [dependencies.lambda_http] version = "0.13.0" [dependencies.poem] version = "3.1.0" default-features = false [dev-dependencies.tokio] version = "1.39.1" features = [ "rt-multi-thread", "macros", ]