# 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 = "on-prem-lambda-events" version = "0.1.2" authors = ["David Rauschenbach "] description = "A Rust runtime for the On Prem edge Lambda service." homepage = "https://on-prem.net" keywords = [ "edge", "lambda", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://gitlab.com/on-prem-net/lambda-runtime.git" [dependencies.on-prem-protocol] version = "0.2.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.4"