# 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-debugger" version = "0.2.1" authors = ["rimutaka "] description = "AWS Lambda Runtime Emulator for local and remote debugging" readme = "README.md" keywords = [ "AWS", "Lambda", "API", ] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/rimutaka/lambda-debugger-runtime-emulator" [lib] name = "runtime_emulator_types" path = "src/types.rs" [[bin]] name = "cargo-lambda-debugger" path = "src/main.rs" [dependencies.async_once] version = "0.2.6" [dependencies.aws-config] version = "1.1.7" features = ["behavior-version-latest"] [dependencies.aws-sdk-sqs] version = "1.27" [dependencies.aws-types] version = "1.3" [dependencies.bs58] version = "0.5" [dependencies.flate2] version = "1.0" [dependencies.hex] version = "0.4.3" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = ["full"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.lambda_runtime] version = "0.12" default-features = false [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.16" features = [ "macros", "io-util", "sync", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.uuid] version = "1.8" features = [ "v4", "fast-rng", "macro-diagnostics", ]