[package] name = "vercel_runtime_router" version = "1.1.4" edition = "2021" authors = ["Vercel "] description = "Vercel Rust Function Runtime Router" keywords = ["Vercel", "Rust", "Serverless", "Functions", "Router"] license = "MIT" homepage = "https://github.com/vercel-community/rust" repository = "https://github.com/vercel-community/rust" documentation = "https://docs.rs/vercel_lambda" [dependencies] glob = "0.3" quote = "1.0" regex = "1.10" syn = { version = "2.0", features = ["full", "parsing"] } lazy_static = "1.4" [dev-dependencies] insta = { version = "1.39" }