# 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 = "netlify_lambda" version = "0.2.0" authors = ["David Barsky ", "David Calavera "] description = "AWS Lambda Runtime" documentation = "https://rs-lambda-runtime.netlify.engineering/netlify_lambda" readme = "../README.md" license = "Apache-2.0" repository = "https://github.com/netlify/aws-lambda-rust-runtime" [dependencies.async-stream] version = "0.3" [dependencies.bytes] version = "1.0.0" [dependencies.futures-core] version = "0.3.8" [dependencies.futures-util] version = "0.3.8" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["client", "server", "tcp", "http1", "http2"] [dependencies.netlify_lambda_attributes] version = "0.2" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.39" [dependencies.tokio] version = "1.0.1" features = ["full"] [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-futures] version = "0.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", "derive"] derive = ["netlify_lambda_attributes"] simulated = []