[package] name = "cfn-guard-preview" description = "A preview for CloudFormation Guard (cfn-guard)" 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] crate-type = ["rlib", "dylib"] name = "cfn_guard" [[bin]] name = "cfn-guard" path = "src/main.rs" [dependencies] serde = { version = "1.0.92", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.8.9" lazy_static = "1.4.0" log = "0.4.6" clap = "2.33.0" simple_logger = "1.3.0" regex = "1.1.9" cfn-guard-rulegen-preview = "0.7.0" jni = "0.14"