# 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-ffi" version = "3.1.1" authors = [ "Diwakar Chakravarthy", "John Tompkins", "Omkar Hegde", "Priya Padmanaban", "aws-cloudformation-developers ", "Tyler Southwick", ] 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] crate-type = [ "rlib", "dylib", ] [dependencies.cfn-guard] version = "3.1.1" [dependencies.ffi-support] version = "0.4.4"