# 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 = "2021" name = "slo-converter" version = "1.4.0" authors = ["Stephen Cirner "] description = "A command line tool that can convert particular YAML schemas to Terraform HCL while also providing support for mustache templating." readme = "README.md" license = "Apache-2.0" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.itertools] version = "0.11" [dependencies.ramhorns] version = "0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25"