[package]
edition = "2021"
rust-version = "1.71"
name = "dynamic-config-web-core"
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 = "The request-scoped configuration snapshot shared by the dynamic-config web integrations"
homepage = "https://github.com/dynamic-config-rs/dynamic-config-web"
documentation = "https://docs.rs/dynamic-config-web-core"
readme = "README.md"
keywords = [
"config",
"hot-reload",
"axum",
"actix-web",
"middleware",
]
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_web_core"
path = "src/lib.rs"
[dependencies]