[package] name = "cfn-guard-rulegen" version = "1.0.0" edition = "2018" authors = ["John Tompkins ", "aws-cloudformation-developers "] description = "rulegen takes a CloudFormation template and autogenerates a set of cfn-guard rules that match the properties of its resources. This is a useful way to get started rule-writing or just create ready-to-use rulesets from known-good templates." license = "Apache-2.0" repository = "https://github.com/aws-cloudformation/cloudformation-guard" [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"