[package] name = "vault-injector" version = "0.0.1" edition = "2021" license = "MIT" authors = ["Stefan Adrian Danaita "] readme = "README.md" description = "Vault secrets injector for Docker Compose and more" homepage = "https://github.com/drastio/vault-injector" repository = "https://github.com/drastio/vault-injector" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] argh = "0.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"