dynamic-config-actix 0.2.0

A request-scoped dynamic-config snapshot for Actix Web: one middleware, one extractor
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.88"
name = "dynamic-config-actix"
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 for Actix Web: one middleware, one extractor"
homepage = "https://github.com/dynamic-config-rs/dynamic-config-web"
documentation = "https://docs.rs/dynamic-config-actix"
readme = "README.md"
keywords = [
    "config",
    "hot-reload",
    "actix-web",
    "middleware",
    "extractor",
]
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_actix"
path = "src/lib.rs"

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

[dependencies.actix-web]
version = "4.9"
default-features = false

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

[dev-dependencies.actix-http]
version = "3.7"

[dev-dependencies.actix-web]
version = "4.9"

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

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

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