# 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 = "tfv2rd" version = "0.1.0" authors = ["Hugh Cole-Baker "] exclude = [".github/*"] description = "A tool to read Terraform validate JSON output (on stdin) and output Reviewdog Diagnostic JSON format (on stdout)" license = "MIT" repository = "https://github.com/sigmaris/tfv2rd/" [dependencies.log] version = "0.4" [dependencies.path-absolutize] version = "3.0" [dependencies.pathdiff] version = "0.2" [dependencies.pretty_env_logger] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.structopt] version = "0.3" [dev-dependencies.jsonschema] version = "0.12"