dynamic-config-vault 0.6.1

Read dynamic-config configuration from HashiCorp Vault's KV store.
Documentation
# 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"
rust-version = "1.85"
name = "dynamic-config-vault"
version = "0.6.1"
authors = ["Cevat Batuhan Tolon <cevatbatuhan.tolon@gmail.com>"]
build = false
exclude = [
    "tests/**",
    "benches/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read dynamic-config configuration from HashiCorp Vault's KV store."
homepage = "https://github.com/ctolon/dynamic-config"
documentation = "https://docs.rs/dynamic-config-vault"
readme = "README.md"
keywords = [
    "config",
    "vault",
    "secrets",
    "hot-reload",
    "kv",
]
categories = [
    "config",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/ctolon/dynamic-config"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "dynamic_config_vault"
path = "src/lib.rs"

[[example]]
name = "vault_kubernetes"
path = "examples/vault_kubernetes.rs"

[[example]]
name = "vault_private_ca"
path = "examples/vault_private_ca.rs"

[[example]]
name = "vault_watching"
path = "examples/vault_watching.rs"

[dependencies.dynamic-config]
version = "=0.6.1"
default-features = false

[dependencies.dynamic-config-store-core]
version = "=0.6.1"

[dependencies.serde_json]
version = "1.0.127"

[dependencies.ureq]
version = "3.0.12"
features = [
    "rustls",
    "json",
]
default-features = false

[dev-dependencies.dynamic-config]
version = "=0.6.1"
features = ["json"]
default-features = false

[dev-dependencies.rcgen]
version = "0.14"

[dev-dependencies.rustls]
version = "0.23.31"
features = [
    "ring",
    "std",
]
default-features = false

[dev-dependencies.serde]
version = "1.0.221"
features = ["derive"]

[dev-dependencies.testcontainers]
version = "0.27"
features = ["blocking"]

[dev-dependencies.testcontainers-modules]
version = "0.15"
features = ["hashicorp_vault"]