[package] name = "vault-vars" version = "0.0.4" edition = "2021" license = "AGPL-3.0" description = "A tool to fetch secrets from Hashicorp Vault and inject them into variable files for hashicorp terraform" homepage = "https://github.com/oliverisaac/vault-vars" repository = "https://github.com/oliverisaac/vault-vars" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.69" clap = { version = "4.1.8", features = ["derive", "env"] } merge-struct = "0.1.0" serde = { version = "1.0.155", features = ["derive"] } serde_json = "1.0.94" serde_yaml = "0.9.19"