dynamic-config-tower 0.2.0

A request-scoped dynamic-config snapshot as a plain tower Layer — what dynamic-config-axum is built on
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.71"
name = "dynamic-config-tower"
version = "0.2.0"
authors = ["Cevat Batuhan Tolon <cevatbatuhan.tolon@gmail.com>"]
build = false
exclude = ["tests/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A request-scoped dynamic-config snapshot as a plain tower Layer — what dynamic-config-axum is built on"
homepage = "https://github.com/dynamic-config-rs/dynamic-config-web"
documentation = "https://docs.rs/dynamic-config-tower"
readme = "README.md"
keywords = [
    "config",
    "hot-reload",
    "tower",
    "middleware",
    "layer",
]
categories = [
    "web-programming",
    "config",
]
license = "MIT"
repository = "https://github.com/dynamic-config-rs/dynamic-config-web"

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

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

[dependencies.dynamic-config-web-core]
version = "=0.2.0"

[dependencies.http]
version = "1.4"

[dependencies.tower]
version = "0.5.2"
default-features = false

[dev-dependencies.bytes]
version = "1.11"

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

[dev-dependencies.http-body-util]
version = "0.1"

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

[dev-dependencies.tempfile]
version = "3"

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

[dev-dependencies.tower]
version = "0.5.2"
features = ["util"]