# 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] name = "terraform-zap" version = "0.4.0" authors = ["Chen Weiguang "] description = "Script wrapper to perform finer terraform destroy" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/guangie88/terraform-zap" [[bin]] name = "terraform-zap" path = "src/main.rs" [dependencies.derive_more] version = "0.12.0" [dependencies.failure] version = "0.1.2" [dependencies.is_executable] version = "0.1.0" [dependencies.itertools] version = "0.7.8" [dependencies.structopt] version = "0.2.10" [dependencies.structopt-derive] version = "0.2.10" [dependencies.subprocess] version = "=0.1.14" [dependencies.terraform-zap-ignore-lib] version = "0.4.0" [dependencies.toml] version = "0.4.6" [dependencies.vlog] version = "0.1.4" [dependencies.which] version = "2.0.0" [dependencies.whiteread] version = "0.4.4" [dependencies.yansi] version = "0.4.0" [badges.codecov] repository = "guangie88/terraform-zap" [badges.travis-ci] repository = "guangie88/terraform-zap"