# 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 = "2018" name = "xand-secrets-key-vault" version = "0.2.1" authors = ["ava.trogus "] description = "A xand-secrets adapter that implements the SecretKeyValueStore trait for Azure Key Vault." license = "MIT OR Apache-2.0" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3.5" [dependencies.jsonwebtoken] version = "8.2.0" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.secrecy] version = "0.7.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.urlencoding] version = "1.1.1" [dependencies.xand-secrets] version = "0.4.2" [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.mockito] version = "0.31.1" [dev-dependencies.tokio] version = "1.24.1" features = ["full"]