# 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 = "terragrate" version = "0.5.0" authors = ["Mario Fernandez"] description = "Simplifies migrating terraform state based on migration files" homepage = "https://github.com/sirech/terragrate" readme = "README.md" keywords = ["terraform", "migrations", "infrastructure"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sirech/terragrate" [dependencies.anyhow] version = "1.0.31" [dependencies.clap] version = "2.33.1" [dependencies.prettydiff] version = "0.3.1" [dependencies.serde] version = "1.0.114" [dependencies.serde_derive] version = "1.0.114" [dependencies.serde_json] version = "1.0.56" [dependencies.toml] version = "0.5.6"