# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "cfn-guard" version = "3.1.1" authors = [ "Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban", "Bryan Ayala", "Kexiang Wang", "Akshay Rane", "Tyler Southwick", "Josh Fried", "aws-cloudformation-developers ", ] description = "AWS CloudFormation Guard is an open-source general-purpose policy-as-code evaluation tool. It provides developers with a simple-to-use, yet powerful and expressive domain-specific language (DSL) to define policies and enables developers to validate JSON- or YAML- formatted structured data with those policies." documentation = "https://github.com/aws-cloudformation/cloudformation-guard/blob/main/README.md" readme = "README.md" keywords = [ "policy-as-code", "guard", "cfn-guard", "security", "compliance", ] license = "Apache-2.0" repository = "https://github.com/aws-cloudformation/cloudformation-guard" [lib] name = "cfn_guard" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.Inflector] version = "0.11.4" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.clap_complete] version = "4.1.2" [dependencies.colored] version = "2.0.0" [dependencies.enumflags2] version = "0.7.7" [dependencies.enumflags2_derive] version = "0.7.7" [dependencies.fancy-regex] version = "0.13.0" [dependencies.grep-matcher] version = "0.1.5" [dependencies.grep-regex] version = "0.1.9" [dependencies.grep-searcher] version = "0.1.8" [dependencies.heck] version = "0.3.1" [dependencies.indexmap] version = "1.6.0" features = ["serde-1"] [dependencies.indoc] version = "1.0.8" [dependencies.itertools] version = "0.4.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.nom] version = "5.1.3" [dependencies.nom_locate] version = "2.0.0" [dependencies.quick-xml] version = "0.30.0" [dependencies.rstest] version = "0.15.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.85" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9.10" [dependencies.string-builder] version = "0.2.0" [dependencies.strip-ansi-escapes] version = "0.1.1" [dependencies.thiserror] version = "1.0.38" [dependencies.unsafe-libyaml] version = "0.2.10" [dependencies.urlencoding] version = "2.1.0" [dependencies.walkdir] version = "2.3.1" [dev-dependencies.pretty_assertions] version = "1.4.0"