# 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 = "vault-ordbok" version = "0.1.0" authors = ["Valeryi Savich "] description = "Utility for injecting Vault values in k8s manifests and helm charts " homepage = "https://github.com/Relrin/vault-ordbok" keywords = ["vault", "k8s", "helm", "devops", "infrastructure"] license = "BSD-3-Clause" repository = "https://github.com/Relrin/vault-ordbok" [dependencies.clap] version = "2.33" [dependencies.lazy_static] version = "1.4.0" [dependencies.quick-error] version = "1.2.3" [dependencies.regex] version = "1.3.9" [dependencies.serde_json] version = "1.0.55" [dependencies.structopt] version = "0.3.14" [dependencies.structopt-derive] version = "0.4.7" [dependencies.ureq] version = "1.2.0" features = ["json"]