# 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-vault" version = "0.8.2" authors = ["Transparent Engineers "] description = "A xand-secrets adapter that implements the SecretKeyValueStore trait for a Hashicorp Vault" license = "MIT OR Apache-2.0" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3.5" [dependencies.reqwest] version = "0.11.4" features = ["json"] [dependencies.secrecy] version = "0.7.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.8.1" features = ["full"] [dependencies.xand-secrets] version = "0.4.2" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.mockito] version = "0.26.0" [dev-dependencies.serde_yaml] version = "0.8.13" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.xand-utils] version = "1.0.0"