# 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 = "vercel_runtime" version = "1.1.4" authors = ["Vercel "] exclude = ["tests/*"] include = [ "src/*.rs", "Cargo.toml", ] description = "Vercel Rust Function Runtime" homepage = "https://github.com/vercel-community/rust" documentation = "https://docs.rs/vercel_lambda" keywords = [ "Vercel", "Rust", "Serverless", "Functions", ] license = "MIT" repository = "https://github.com/vercel-community/rust" [dependencies.async-trait] version = "0.1.73" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.5.0" [dependencies.http-serde] version = "2.1.1" [dependencies.lambda_http] version = "0.11.1" features = ["apigw_http"] default-features = false [dependencies.lambda_runtime] version = "0.11" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.106" features = ["raw_value"] [dependencies.tokio] version = "1.37" features = ["macros"] [dependencies.tower-http] version = "0.5" features = ["cors"] [dependencies.tower-service] version = "0.3.2" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3" features = ["fmt"] default-features = false [dependencies.vercel_runtime_macro] version = "1.1.4" [dependencies.vercel_runtime_router] version = "1.1.4"