vercel_runtime 2.1.1

Vercel Runtime for Rust
Documentation
# 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 = "2024"
name = "vercel_runtime"
version = "2.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vercel Runtime for Rust"
homepage = "https://vercel.com/docs/runtimes"
readme = false
keywords = [
    "vercel",
    "runtime",
    "serverless",
    "rust",
    "fluid",
]
license = "Apache-2.0"
repository = "https://github.com/vercel/vercel"

[features]
axum = [
    "dep:axum",
    "dep:axum-streams",
]
default = []

[lib]
name = "vercel_runtime"
path = "src/lib.rs"

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.axum-streams]
version = "0.24"
features = [
    "json",
    "text",
]
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.http-body]
version = "1.0"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = ["full"]

[dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dependencies.lazy_static]
version = "1.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1"
features = ["raw_value"]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tower]
version = "0.5"
features = ["util"]

[target."cfg(unix)".dependencies.libc]
version = "0.2"