dynamic-config-etcd 0.2.0

Read dynamic-config configuration from an etcd v3 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-etcd"
version = "0.2.0"
authors = ["Cevat Batuhan Tolon <tallon1997r@gmail.com>"]
build = false
exclude = [
    "tests/**",
    "benches/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read dynamic-config configuration from an etcd v3 key/value store."
homepage = "https://github.com/ctolon/dynamic-config"
documentation = "https://docs.rs/dynamic-config-etcd"
readme = "README.md"
keywords = [
    "config",
    "hot-reload",
    "settings",
    "watch",
    "serde",
]
categories = [
    "config",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ctolon/dynamic-config"

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

[features]
default = []
tls = ["etcd-client/tls"]
tls-roots = [
    "tls",
    "etcd-client/tls-roots",
]

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

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

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

[dependencies.etcd-client]
version = "0.19"

[dependencies.tokio]
version = "1.47"
features = ["sync"]

[dev-dependencies.dynamic-config]
version = "=0.2.0"
features = [
    "async",
    "json",
]
default-features = false

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

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

[dev-dependencies.tokio]
version = "1.47"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]