[package] name = "xand-secrets-vault" version = "0.8.2" authors = ["Transparent Engineers "] edition = "2018" description = "A xand-secrets adapter that implements the SecretKeyValueStore trait for a Hashicorp Vault" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1" futures = "0.3.5" reqwest = { version = "0.11.4", features = ["json"] } secrecy = { version = "0.7.0", features = ["serde"] } serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.8.1", features = ["full"] } thiserror = "1.0" # 1st-party dependencies xand-secrets = "0.4.2" [dev-dependencies] maplit = "1.0.2" matches = "0.1.8" mockito = "0.26.0" tempfile = "3.1.0" xand-utils = "1.0.0" serde_yaml = "0.8.13"