[package] name = "slo-converter" version = "1.4.0" authors = ["Stephen Cirner "] edition = "2021" description = "A command line tool that can convert particular YAML schemas to Terraform HCL while also providing support for mustache templating." license = "Apache-2.0" [dependencies] anyhow = "1.0" clap = { version = "4", features = ["derive"] } itertools = "0.11" ramhorns = "0.14" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" strum = "0.25" strum_macros = "0.25"