[dependencies.async-trait]
version = "0.1.60"
[dependencies.cache_loader_async]
features = ["lru-cache", "ttl-cache"]
version = "0.2.1"
[dependencies.clap]
features = ["derive", "env"]
version = "4.0.29"
[dependencies.humantime]
version = "2.1.0"
[dependencies.log]
version = "0.4.17"
[dependencies.metrics]
default-features = false
version = "0.20.1"
[dependencies.reqwest]
features = ["json"]
version = "0.11.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.151"
[dependencies.streambed]
version = "0.13.0"
[dependencies.tokio]
version = "1.23.0"
[dev-dependencies.env_logger]
version = "0.10.0"
[dev-dependencies.http]
version = "0.2.8"
[dev-dependencies.hyper]
default-features = false
features = ["tcp", "stream", "http1", "http2", "client", "server", "runtime"]
version = "0.14.23"
[dev-dependencies.streambed]
features = ["reqwest"]
version = "0.13.0"
[dev-dependencies.streambed-test]
version = "0.13.0"
[dev-dependencies.test-log]
version = "0.2.11"
[dev-dependencies.tokio-stream]
version = "0.1.11"
[[example]]
name = "vault"
path = "examples/vault.rs"
[lib]
name = "streambed_vault"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides an implementation of the Streambed secret store to be used with the Hashicorp Vault API"
edition = "2021"
license = "Apache-2.0"
name = "streambed-vault"
readme = "README.md"
repository = "https://github.com/streambed/streambed-rs.git"
rust-version = "1.70.0"
version = "0.13.0"
[[test]]
name = "mod"
path = "tests/mod.rs"
[[test]]
name = "secret_store"
path = "tests/secret_store.rs"