# 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_axum" version = "1.1.4" authors = ["Vercel "] exclude = ["tests/*"] include = [ "src/*.rs", "Cargo.toml", ] description = "Vercel Rust Axum Adapter" homepage = "https://github.com/vercel-community/rust" documentation = "https://docs.rs/vercel_lambda" keywords = [ "Vercel", "Rust", "Serverless", "Functions", "Axum", ] license = "MIT" repository = "https://github.com/vercel-community/rust" [dependencies.axum] version = "0.7" [dependencies.base64] version = "0.22" [dependencies.http-body-util] version = "0.1" [dependencies.serde_json] version = "1.0" [dependencies.tower] version = "0.4" [dependencies.tower-service] version = "0.3" [dependencies.vercel_runtime] version = "1.1.4"