# 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 = "fishrock_lambda_runtime" version = "0.3.0-patched.1" authors = ["David Barsky "] description = "AWS Lambda Runtime" readme = "../README.md" keywords = ["AWS", "Lambda", "API"] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/awslabs/aws-lambda-rust-runtime" [dependencies.async-stream] version = "0.3" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["http1", "client", "server", "stream", "runtime"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.tokio] version = "1.0" features = ["macros", "io-util", "sync", "rt-multi-thread"] [dependencies.tokio-stream] version = "0.1.2" [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-error] version = "0.1.2" [dev-dependencies.log] version = "^0.4" [dev-dependencies.once_cell] version = "1.4.0" [dev-dependencies.simple-error] version = "0.2" [dev-dependencies.simple_logger] version = "1.6.0" [dev-dependencies.tracing-subscriber] version = "0.2" [features] default = ["simulated"] simulated = []