# 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.1.1" authors = [ "Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban", "Bryan Ayala", "Kexiang Wang", "Akshay Rane", "Josh Fried", "aws-cloudformation-developers ", ] 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" [dependencies.cfn-guard] version = "3.1.1" [dependencies.lambda_runtime] version = "0.3.0" [dependencies.log] version = "0.4.6" [dependencies.serde] version = "1.0.92" features = ["derive"] [dependencies.serde_derive] version = "1.0.92" [dependencies.serde_json] version = "1.0.64" [dependencies.simple_logger] version = "4.0.0" [dependencies.tokio] version = "1.24.2"