# 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 = "azure_vault_secrets" version = "0.1.2" authors = ["Claus Guttesen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Retrieve secrets from Azure Key Vault" documentation = "https://github.com/kometen/azure-vault-secrets" readme = "README.md" keywords = [ "vault", "security", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/kometen/azure-vault-secrets" resolver = "1" [lib] name = "azure_vault_secrets" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.azure_core] version = "0.20" features = ["enable_reqwest_rustls"] [dependencies.azure_identity] version = "0.20" default-features = false [dependencies.azure_security_keyvault] version = "0.20.0" [dependencies.db_config] version = "0.1.1" [dependencies.serde] version = "1.0" features = ["derive"]