dynamic-config-consul 0.6.2

Read dynamic-config configuration from Consul's key/value 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-consul"
version = "0.6.2"
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 Consul's key/value store."
homepage = "https://github.com/dynamic-config-rs/dynamic-config-remote"
documentation = "https://docs.rs/dynamic-config-consul"
readme = "README.md"
keywords = [
    "config",
    "consul",
    "hot-reload",
    "watch",
    "kv",
]
categories = [
    "config",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/dynamic-config-rs/dynamic-config-remote"

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

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

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

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

[dependencies.base64]
version = "0.23"

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

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

[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"
features = ["json"]
default-features = false

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

[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 = ["consul"]