# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cfn-guard-rulegen-preview" version = "0.7.0" authors = ["cfn-guard contributors"] description = "A preview for CloudFormation Guard Rulegen (cfn-guard-rulegen)" homepage = "https://github.com/aws-cloudformation/cloudformation-guard" readme = "../README.md" license-file = "LICENSE" repository = "https://github.com/ikben/cloudformation-guard/tree/preview-crate" [lib] name = "cfn_guard_rulegen" [[bin]] name = "cfn-guard-rulegen" path = "src/main.rs" [dependencies.clap] version = "2.33.0" [dependencies.log] version = "0.4.6" [dependencies.serde] version = "1.0.92" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8.9" [dependencies.simple_logger] version = "1.3.0"