cfn-guard-rulegen-preview 0.7.0

A preview for CloudFormation Guard Rulegen (cfn-guard-rulegen)
Documentation
[package]
name = "cfn-guard-rulegen-preview"
description = "A preview for CloudFormation Guard Rulegen (cfn-guard-rulegen)"
authors = ["cfn-guard contributors"]
version = "0.7.0"
edition = "2018"
license-file = "../LICENSE"
homepage = "https://github.com/aws-cloudformation/cloudformation-guard"
repository = "https://github.com/ikben/cloudformation-guard/tree/preview-crate"
readme = "../README.md"

[lib]
name = "cfn_guard_rulegen"

[[bin]]
name = "cfn-guard-rulegen"
path = "src/main.rs"

[dependencies]
serde = { version = "1.0.92", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8.9"
log = "0.4.6"
clap = "2.33.0"
simple_logger = "1.3.0"