# 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 = "tide-lambda-listener" version = "0.1.3" authors = ["Jeremiah Senkpiel "] description = "A Tide listener for the AWS Lambda execution envrionment." readme = "README.md" keywords = ["tide", "lambda", "listener", "aws"] categories = ["web-programming::http-server"] license = "BlueOak-1.0.0" repository = "https://github.com/Fishrock123/tide-lambda-listener" [dependencies.async-std] version = "1.9" features = ["std"] default-features = false [dependencies.http] version = "0.2" [dependencies.http-client] version = "6.4" features = ["unstable-config"] default-features = false [dependencies.http-types] version = "2.11" features = ["hyperium_http"] [dependencies.lambda_http] version = "0.3.0-patched.1" package = "fishrock_lambda_http" [dependencies.lambda_runtime] version = "0.3.0-patched.1" package = "fishrock_lambda_runtime" [dependencies.surf] version = "2.2" features = ["h1-client-rustls", "encoding"] default-features = false [dependencies.tide] version = "0.16" default-features = false [dependencies.tracing] version = "0.1" [dev-dependencies.async-std] version = "1.9" features = ["attributes"] default-features = false [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false