cfn-guard-lambda 3.2.0

Lambda version of cfn-guard. Checks JSON- or YAML- formatted structured data for policy compliance using a simple, policy-as-code, declarative syntax
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 = "2018"
name = "cfn-guard-lambda"
version = "3.2.0"
authors = [
    "Diwakar Chakravarthy",
    "John Tompkins",
    "Omkar Hegde",
    "Priya Padmanaban",
    "Bryan Ayala",
    "Kexiang Wang",
    "Akshay Rane",
    "Josh Fried",
    "aws-cloudformation-developers <aws-cloudformation-developers@amazon.com>",
]
description = "Lambda version of cfn-guard. Checks JSON- or YAML- formatted structured data for policy compliance using a simple, policy-as-code, declarative syntax"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/aws-cloudformation/cloudformation-guard"
resolver = "2"

[dependencies.cfn-guard]
version = "3.2.0"

[dependencies.lambda_runtime]
version = "0.13.0"

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

[dependencies.serde_derive]
version = "1.0.92"

[dependencies.serde_json]
version = "1.0.64"

[dependencies.tokio]
version = "1.43.1"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]