# 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 = "hegel" version = "0.1.1" authors = ["Richard Chen (iochen.com)"] description = "AWS HTTP API Gateway Payload for Lambda" homepage = "https://github.com/iochen/hegel" readme = "README.md" keywords = [ "AWS", "API-Gateway", "Lambda", "Serverless", "Payload", ] license = "MIT" repository = "https://github.com/iochen/hegel" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" optional = true [dependencies.infer] version = "0.9.0" [dependencies.lambda_runtime] version = "0.6.0" [dependencies.serde] version = "1.0.141" features = ["derive"] [dependencies.serde_json] version = "1.0.82" optional = true [dependencies.tokio] version = "1.20.1" optional = true [features] binary = [ "dep:tokio", "dep:serde_json", ] chrono = ["dep:chrono"] default = []