# 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 = "aws-lambda-runtime-proxy" version = "0.3.0" authors = ["DiscreteTom "] build = false exclude = [ "benchmark/*", "examples/*", "img/*", ".gitignore", "CHANGELOG.md", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A helper lib to customize the communication between the lambda handler process and the lambda runtime api." readme = "README.md" keywords = [ "aws", "lambda", "runtime", "proxy", ] license-file = "LICENSE" repository = "https://github.com/DiscreteTom/aws-lambda-runtime-proxy" [lib] name = "aws_lambda_runtime_proxy" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.http-body-util] version = "0.1.1" [dependencies.hyper] version = "1" features = [ "client", "http1", "server", ] [dependencies.hyper-util] version = "0.1.3" features = ["tokio"] [dependencies.tokio] version = "1" features = [ "process", "rt", "net", ] [dependencies.tracing] version = "0.1" features = ["log"] [dev-dependencies.tokio] version = "1" features = ["full"]