generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy pathCargo.toml
More file actions
20 lines (19 loc) · 831 Bytes
/
Cargo.toml
File metadata and controls
20 lines (19 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "cfn-guard-lambda"
version = "3.1.2"
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"
license = "Apache-2.0"
edition = "2018"
repository = "https://github.com/aws-cloudformation/cloudformation-guard"
readme = "README.md"
[dependencies]
lambda_runtime = "0.3.0"
serde = { version = "1.0.92", features = ["derive"] }
serde_json = "1.0.64"
serde_derive = "1.0.92"
simple_logger = "4.3.3"
log = "0.4.6"
tokio = "1.43.1"
cfn-guard = { version = "3.1.2", path = "../guard" }